git-off

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

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

fix readme

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

diff --git a/README.md b/README.md @@ -20,6 +20,7 @@ git checkout master # Other +``` git off install setup git config (default global) git off mode scp @@ -36,55 +37,83 @@ git off env shows current config git off defaults shows first time config - +``` # COMMANDS +``` git off install [thisrepo] setup git config (default global) thisrepo sets up config in current repo +``` +``` git off mode [thisrepo] [copy|scp] set/show git off mode +``` +``` git off scp [thisrepo] [host] setup scp config host has format host:path Example: localhost:/tmp/offStore +``` +``` git off scpuser [thisrepo] [username] setup scp username config +``` +``` git off track setup gitattribute filters example: git off track '*.bin' without parameter, list git off attributes calls git off install +``` +``` git off clean internal filter +``` +``` git off smudge internal filter +``` +``` git off pre-push internal filter +``` +``` git off smudge internal filter +``` +``` git off clearAll git off ca delete store, cache and log +``` +``` git off clearCache git off cc deletes cache in current git +``` +``` git off defaults shows first time config +``` +``` git off env shows config +``` +``` git off help shows git off help +```