im actually working with git, i add without problem the entire directory where i'm building the website. how git treat the images?
+4
A:
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.
badp
2010-05-20 12:52:32
thanks a lot :)
Luca
2010-05-20 13:31:46