How do I install git-subtree with Cygwin in Windows 7?

前端 未结 1 1497
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-02 01:46

I\'m struggling to install git-subtree with Cygwin and there hasn\'t been any good tutorials online focused on building from source in Windows. Have you ever had this issue, and

相关标签:
1条回答
  • 2021-02-02 02:27

    git-subtree is not part of a package. However, like gitk you can manually install it

    wget rawgit.com/git/git/master/contrib/subtree/git-subtree.sh
    install git-subtree.sh /bin/git-subtree
    
    0 讨论(0)
提交回复
热议问题