git pull //拉取代碼 git status //查看代碼變更情況 git add . //變更代碼文件加索引 git commit -m '備注' //提交變更 git push // 提交代碼到遠(yuǎn)程倉(cāng)庫(kù)