Git

From Vague Hope Wiki
Revision as of 16:04, 8 June 2011 by Haku (Talk | contribs)

Jump to: navigation, search

Commands I keep forgetting

Update workspace (works for github):

git fetch
git merge origin/master

Tags:

git push --tags

Reset working copy:

git clean -fd
git checkout .

References