Created
March 16, 2019 20:06
-
-
Save Davoleo/ee56c80f5817dc82de041588d895bdb7 to your computer and use it in GitHub Desktop.
Git commands to remove ignored files from the remote repository
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 <file/directory> | |
git commit -m '<commit message>' | |
git push <remote> <branch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment