Large binary files
export P4USER="lars"!
export P4PORT="tcp:server.com:12345"!
!
p4 login!
!
mkdir demo && cd demo!
git init!
git config git-p4.largeFileSystem GitLFS!
git config git-p4.largeFileCompressedThreshold 200k"
git config git-p4.largeFilePush True!
git remote add origin
[email protected]:org/demo.git!
git-p4 clone //depot@all . --verbose!
git push origin
!
!
#!
# Git LFS (see https://git-lfs.github.com/)!
#!
/images/bigscreen.png filter=lfs -text!
/libs/gigantic.mp4 filter=lfs -text"
File:.gitattributes
…scheduled for Git “next”, part of 2.7 ?!