Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Gift是一个node.js实现grit类似功能的库。要查看远程分支,我通常会这样做git branch -r,但我在gift包中看不到任何此类功能。
node.js
grit
git branch -r
gift
是否可以使用gift, 查看 git 存储库的所有远程分支并将它们拉下来?
目前不是(2013 年 11 月):它仍然是一个活跃的项目,它不包括任何:
git ls-remote
这使您可以选择实现它(有点像git remotewasimplemented),并提出一个拉取请求。
git remote