1
我想在Git倉庫中打開一個分支,並且我的IDE(Netbeans)無法識別它。請幫忙!!使用SmartGit在Neatbeans中打開Git倉庫
我想在Git倉庫中打開一個分支,並且我的IDE(Netbeans)無法識別它。請幫忙!!使用SmartGit在Neatbeans中打開Git倉庫
你可以回到命令行並檢查您的分支:
cd /path/to/your/repo
git branch -avvv
然後檢查你所看到的分支機構的NetBeans與Netbeans. -> Get -> Branch -> Switch To Branch
。
(as detailed here, be careful)