Skip to content

Instantly share code, notes, and snippets.

@gjhuerte
Last active August 9, 2018 07:10
Show Gist options
  • Save gjhuerte/714164cca1b94763e3c53404cd76d05c to your computer and use it in GitHub Desktop.
Save gjhuerte/714164cca1b94763e3c53404cd76d05c to your computer and use it in GitHub Desktop.
Reapply gitignore to remote
git rm -r --cached some-directory
git commit -m 'Remove the now ignored directory "some-directory"'
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment