Advertisement
Guest User

Untitled

a guest
Feb 25th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. git clone \
  2. -c 'lfs.batch=false' \
  3. -c 'filter.lfs.required' \
  4. -c 'filter.lfs.smudge=git-lfs smudge %f' \
  5. -c 'filter.lfs.clean=git-lfs clean %f' \
  6. -c 'credential.helper=!f() { cat > /dev/null; echo username=; echo password=; }; f' \
  7. git@github.com:jhoblitt/ci_hsc.git
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement