简体   繁体   English

git - 它对图像有效吗?

[英]git - does it work on image?

im actually working with git, i add without problem the entire directory where i'm building the website. 我实际上使用git,我添加没有问题我正在建立网站的整个目录。 how git treat the images? git如何对待图像?

Source control software can treat binary files just fine, but some of the magic will not work for it. 源代码控制软件可以很好地处理二进制文件,但有些魔法不适合它。 The main limitation is you cannot merge conflicts automatically. 主要限制是您无法自动合并冲突。 Additionally, you cannot acquire locks on files in Git , so conflicts will eventually happen and they will have to be manually resolved before a push can take place. 此外,您无法获取Git中的文件锁定 ,因此最终会发生冲突,并且必须在push之前手动解决它们。

As binary files. 作为二进制文件。 WARNING: it can't automatically merge this files. 警告:它无法自动合并此文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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