wiki:GitCheatSheet

Version 1 (modified by Jiri Svoboda, 6 years ago) ( diff )

Start page

Git Cheat Sheet

Print default push/pull location

git remote -v

Unstage a staged file

git reset HEAD <file>

Revert file changes

git checkout -- <file>
Note: See TracWiki for help on using the wiki.