= Git Cheat Sheet = == Print default push/pull location == {{{ git remote -v }}} == Unstage a staged file == {{{ git reset HEAD }}} == Revert file changes == {{{ git checkout -- }}}