Git 常用指令

常用指令

查詢local branch 對應 remote branch:

$ git remote -vv

結果是chatGpt救了我,關鍵字找了好幾次都沒找到要的指令,然後用相同的關鍵字去問chatGpt就直接出來正確的答案,猛猛der。

tig : git 的文字介面

https://ithelp.ithome.com.tw/articles/10275047

Last updated