Skip to content

Instantly share code, notes, and snippets.

@colin-nolan
Last active February 13, 2018 04:04
Show Gist options
  • Save colin-nolan/0252f098344353b6c2a685a31d8d7703 to your computer and use it in GitHub Desktop.
Save colin-nolan/0252f098344353b6c2a685a31d8d7703 to your computer and use it in GitHub Desktop.
Install Git Subrepo
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