简体   繁体   中英

Can git with git-lfs push `lfs` to git without git-lfs?

dev pc is centos 7 ,with git 1.8.3.1 , git-lfs/2.4.2 .I use git-lfs to track *.png .
production server 192.168.56.112 is centos 7 with git 1.8.3.1 ,without git-lfs .

When I git push production master from dev pc to production server bare repo, I cannot find any .png file in production server .

I am not sure whether git with git-lfs can transfer .png files to git without git-lfs ?

Thanks in advance!

with LFS there probably are no .png files, to begin with ...

Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM