git add fiel? 添加文件
git add -A 遞歸添加
git commit -m "msg" -a?提交到本地倉(cāng)庫(kù) -a?可以省略 git add
git commit -a -m "XXX" 可以省略 git add但前提這個(gè)文件必須已經(jīng)被跟蹤
git push 推送到遠(yuǎn)程倉(cāng)庫(kù)
git add fiel? 添加文件
git add -A 遞歸添加
git commit -m "msg" -a?提交到本地倉(cāng)庫(kù) -a?可以省略 git add
git commit -a -m "XXX" 可以省略 git add但前提這個(gè)文件必須已經(jīng)被跟蹤
git push 推送到遠(yuǎn)程倉(cāng)庫(kù)