git-off

git off handles large files in git repos
git clone https://noulin.net/git/git-off.git
Log | Files | Refs | README

commit 45b9eb1d7f90c18233297654a49b774279d3da47
parent cc4d87c02a6c7b36463ec5ef2b50e5a2b0d5e862
Author: Remy Noulin (Spartatek) <remy.noulin@spartatek.se>
Date:   Sun, 20 Nov 2016 21:37:11 +0100

fix readme

Diffstat:
MREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -6,6 +6,8 @@ By default the files are stored in the home directory. # USAGE Setup: + +``` git off track '*.bin' git off now handles files with bin extensions git add . @@ -14,6 +16,7 @@ git commit git push git checkout master checkout commit with bin files +``` # Other