Skip to content

Instantly share code, notes, and snippets.

@nim4n136
Created February 17, 2019 17:31
Show Gist options
  • Save nim4n136/119454de89a877510d747984940b3531 to your computer and use it in GitHub Desktop.
Save nim4n136/119454de89a877510d747984940b3531 to your computer and use it in GitHub Desktop.
Force reload .gitignore
#!/bin.bash
git rm -r --cached .
git reset HEAD --hard
git status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment