git-off

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

commit 8b30853de2c13cf6688355613c74b882ea3d3791
parent 22739601a1418806d9993d39685a6d4bab32214a
Author: Remy Noulin <loader2x@gmail.com>
Date:   Thu, 20 Jul 2017 14:15:10 +0200

improve readme

README.md | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

Diffstat:
MREADME.md | 20+++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,5 +1,23 @@ git-off handles large files in git repos. + +- [Introduction](#introduction) +- [Install](#install) +- [C Version](#c-version) +- [Quick Start](#quick-start) +- [Other](#other) +- [Configuration](#configuration) +- [SSH Setup](#ssh-setup) +- [Quick ssh and http server setup with docker](#quick-ssh-and-http-server-setup-with-docker) +- [Amazon S3](#amazon-s3) +- [COMMANDS](#commands) +- [Dependencies](#dependencies) +- [Platforms](#platforms) +- [Hacking](#hacking) + + +# Introduction + This is a prototype inspired by [git lfs](https://github.com/git-lfs/git-lfs) and [git fat](https://github.com/jedbrown/git-fat). By default the files are stored in the home directory. @@ -50,11 +68,11 @@ clang -o git-off $PATH_TO_GITOFF_GIT/c/gitoff.c Setup: ``` +git clone repo git off track '*.bin' git add . git commit git push -git checkout master ``` # Other