This website requires JavaScript.
Explore
CVEO
Help
Sign In
xhong
/
git-study-md
Watch
1
Star
0
Fork
0
You've already forked git-study-md
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
git-study-md
/
git01.md
MI-Air
86dc58dd7a
第二次提交
2022-06-04 23:18:34 +08:00
396 B
Raw
Blame
History
git 版本库初始化与文件提交操作
1. 初始化 git 仓库
git init
2. 添加到暂存区
git add git01.md
3. 检查状态
git status
4. 提交到本地库
git commit -m 'git版本库初始化与文件提交操作'
5. 操作截图
6. 查看提交日志记录
git log