Skip to content

Instantly share code, notes, and snippets.

@scheibinger
Created March 11, 2014 17:56
Show Gist options
  • Save scheibinger/9491305 to your computer and use it in GitHub Desktop.
Save scheibinger/9491305 to your computer and use it in GitHub Desktop.
git-tips.sh
#remove untracked files:
git clean -f
#unstage file
git reset HEAD file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment