Skip to content

Instantly share code, notes, and snippets.

@varunthefalcon
Last active July 3, 2019 08:57
Show Gist options
  • Select an option

  • Save varunthefalcon/a87b739f7c8d03f6667b2f470ad393e4 to your computer and use it in GitHub Desktop.

Select an option

Save varunthefalcon/a87b739f7c8d03f6667b2f470ad393e4 to your computer and use it in GitHub Desktop.
Git Commands
Remove gitignore files after commit
git rm -r --cached .
Get local log
git reflog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment