im actually working with git, i add without problem the entire directory where i’m building the website.
how git treat the images?
im actually working with git, i add without problem the entire directory where i’m
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
pushcan take place.