Closed amanda-pagul closed 7 years ago
Can you remove the .DS_Stores? If you git rm --cached .DS_Store for each of the .DS_Stores' in the commit. They are OS X directory files.
git rm --cached .DS_Store
You can run git status to see what files you will commit. Once you've removed the .DS_Stores, run git commit --amend
git status
.DS_Stores
git commit --amend
Can you remove the .DS_Stores? If you
git rm --cached .DS_Store
for each of the .DS_Stores' in the commit. They are OS X directory files.You can run
git status
to see what files you will commit. Once you've removed the.DS_Stores
, rungit commit --amend