Skip to content

Commit

Permalink
added aliases to git fetch and merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalldorf committed Jan 16, 2014
1 parent 97cbb20 commit 2623e40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ alias gdc='git diff --cached --color'
alias master='git checkout master'
alias feme='git fetch && git merge origin/master'
alias gs='git submodule update --recursive'
alias gf='git fetch'
alias gfm='git fetch && git merge origin/master'

0 comments on commit 2623e40

Please sign in to comment.