commit cc4d87c02a6c7b36463ec5ef2b50e5a2b0d5e862 parent fe414d996ec90cda4b4c6d7365c0c7d0b068fbce Author: Remy Noulin (Spartatek) <remy.noulin@spartatek.se> Date: Sun, 20 Nov 2016 21:35:42 +0100 add readme README.md | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) Diffstat:
| A | README.md | | | 87 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 87 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,87 @@ +git-off + +This is a prototype inspired by git lfs and git fat. + +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 . + use git normally +git commit +git push +git checkout master + checkout commit with bin files + +# Other + +git off install + setup git config (default global) +git off mode scp + store object in a remote sshhost, setup host and path with git off scp +git off scp localhost:/tmp/offStore + setup host and path +git off scpuser username + setup scp username config +git off cc + clear cache in current repo +git off ca + clear store and cache +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