常用工作流操作

常用的工作流里面的一些操作

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12

git status


![[Pasted image 20241205170830.png]]


#  添加工作区所有的修改,最常用的
git add .

# 添加工作区里面的文件
git add [filePath1] [filePath2] [filePath3]
Licensed under CC BY-NC-SA 4.0
Git 系列 Git 技巧

《Git 技巧》系列文章

Built with Hugo
Theme Stack designed by Jimmy