Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 188 Bytes

resync_gitignore.md

File metadata and controls

19 lines (13 loc) · 188 Bytes

Resync Gitignore

Remove all files

git rm -r --cached .

Add all files as per new .gitignore

git add .

Now, commit

git commit -m ".gitignore is now working"