git-off

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

test.js (152B)


      1 var crypto = require('crypto')
      2 var abc = crypto.createHash('sha1').update('abc').digest('hex')
      3 console.log(abc)
      4 //require('hello').inlineCall().call2()