本地代碼上傳到Github

一.git 常用命令 1.git status --查看當前分支的狀態 2.git branch (-a) -- 查看本地(遠程)分支 3.git checkout 分支名稱 -- 切換分支 4.git pull --從當前分支更新代碼 5.git push --提交代碼 6.git branch test  --創建分支test   7.git push origin test  --把test
相關文章
相關標籤/搜索