Bug/docfix to get fetch

This commit is contained in:
William Hilton 2015-07-17 01:35:25 -04:00
parent 2d51867efd
commit b1d941bd0f
2 changed files with 16 additions and 16 deletions

View file

@ -29,6 +29,7 @@ get commit %MESSAGE% | git commit -m %MESSAGE%
get branch %BRANCH% | stashes working tree, creates or switches branch, and checks out branch
get rmbranch %BRANCH% | git branch -d %BRANCH% *TODO: rename?*
get fetch | Fetches all remotes and fast-forwards local branches when possible
get fetch %BRANCHES% | Fetches and fast-forwards the specified branches
get status | git status
get review | git diff --cached
get diff | compare working tree with HEAD (git diff HEAD)