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
dd97f1df84
git版本库初始化与文件提交操作
2022-06-04 23:06:51 +08:00
323 B
Raw
Blame
History
git 版本库初始化与文件提交操作
1. 初始化 git 仓库
git init
2. 添加到暂存区
git add git01.md
3. 检查状态
git status
4. 提交到本地库
git commit -m 'git版本库初始化与文件提交操作'
5. 操作截图