git bracnch看本機分支 + upstreamgit branch -vv看遠端有哪些分支git branch -r ✅ 情況一:遠端已經有 dev,本機也有 dev(最常見)先抓遠端...
這會列出所有設定過的 remote 名稱及其對應的 URL — 包含 fetch (抓取) 跟 push (推送) 的 URL。git remote -v顯示 remote 的 fetch/pu...