git 上傳程式碼到遠端倉庫

sh13523149003發表於2017-06-30

首先檢視git 的狀態 :git status

然後git add 新增到暫存區: git add .

然後本地提交:git commit -m " ##" 
然後提交到遠端:git push

相關文章