4th February 2020 at 13:26

? Pro git tip

If you want to remove already committed stuff from your repo, run the following:

git rm -r --cached path/to/your/stuff

Make sure you also update your .gitignore too!


Back to blog