Last active
February 13, 2018 04:04
-
-
Save colin-nolan/0252f098344353b6c2a685a31d8d7703 to your computer and use it in GitHub Desktop.
Install Git Subrepo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get update \ | |
&& apt-get install -y --no-install-recommends \ | |
less \ | |
git | |
git clone --depth=1 --branch=0.3.1 https://github.com/ingydotnet/git-subrepo.git /tmp/git-subrepo \ | |
&& cd /tmp/git-subrepo \ | |
&& make install \ | |
&& cd - \ | |
&& rm -rf /tmp/git-subrepo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment