Image files checkout on pulling from remote #606
Answered
by
himanshugarg
himanshugarg
asked this question in
Content
-
Nearly everytime I pull from remote some image files checkout. And I have never touched them. e.g. status just after a $:~/content$ git status
On branch main
Your branch is ahead of 'origin/main' by 202 commits.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: files/en-us/web/html/applying_color/640px-hsl_color_solid_cylinder.png
modified: files/en-us/web/html/element/input/time/edge_time.png I thought I fixed the problem with the following $ cat ~/.gitattributes
*.png -text
*.jpg -text
*.gif -text Are there any global git settings I should be using? |
Beta Was this translation helpful? Give feedback.
Answered by
himanshugarg
Oct 20, 2021
Replies: 0 comments 2 replies
-
Not seeing this now. Possibly a local issue. Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
himanshugarg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not seeing this now. Possibly a local issue. Thanks