git-off

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

package.json (539B)


      1 {
      2   "name": "git-off",
      3   "version": "0.0.14",
      4   "description": "large file handler for git",
      5   "bin": "./src/git-off",
      6   "scripts": {
      7     "test": "echo \"Error: no test specified\" && exit 1"
      8   },
      9   "repository": {
     10     "type": "git",
     11     "url": "git+https://noulin.net/git/git-off.git"
     12   },
     13   "keywords": [
     14     "git",
     15     "large",
     16     "file",
     17     "binary"
     18   ],
     19   "author": "Remy Noulin",
     20   "license": "MIT",
     21   "bugs": {
     22     "url": "https://noulin.net/git-off/log.html"
     23   },
     24   "homepage": "https://noulin.net/git-off/file/README.md.html"
     25 }