Last active
February 11, 2020 15:00
-
-
Save ChechoCZ/3913b91e787a1b325f745e841c1a07a8 to your computer and use it in GitHub Desktop.
Remove directory from repository added to .gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git rm -r --cached directory_name | |
git commit -m 'Remove the now ignored directory directory_name' | |
git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment