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 what is the best strategy to tackle it?
Git can be installed in Cygwin along with it. When installing Cygwin it will ask some extra packages, there the Git option can be included. This is the only way to install Git in Cygwin.
msysGit is the development environment to compile Git for Windows.
To install Git, navigate to your command prompt shell and run the following command: sudo dnf install git-all . Once the command output has completed, you can verify the installation by typing: git version .
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With