Skip to content

muttalipkucuk/snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

.gitignore not working when files are already committed

  1. Commit everything (also .gitignore file) so nothing is left to commit
  2. Remove everything from the remote repo by:
git rm -r --cached .
  1. Re-commit everything again by:
git add .
git commit -m ".gitignore fix"

About

Code snippets and other useful solutions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published