工作常用指令與快捷鍵

Git提交代碼 git fetch  git add .  git commit -m 「desc」  git pull  git push Git查看當前分支 git symbolic-ref --short -q HEAD Git創建新的分支並切換 git checkout -b XXXXXXXXXXXXXX git push origin XXXXXXXXXXXXXX git branch
相關文章
相關標籤/搜索