Skip to content

Instantly share code, notes, and snippets.

@cibernox
Created July 23, 2013 09:52
Show Gist options
  • Save cibernox/6061265 to your computer and use it in GitHub Desktop.
Save cibernox/6061265 to your computer and use it in GitHub Desktop.
Install git subtree in mac
# This steps is for git 1.8.X in mac, installed bien binary package http://git-scm.com/download/mac
# Clone git source
git clone git@github.com:git/git.git
# Make & install
cd git/contrib/subtree
make
sudo make prefix=/usr/local/git install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment