mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 08:39:56 -06:00
Add gfetch alias
This commit is contained in:
@@ -12,6 +12,7 @@ alias gco='git checkout'
|
||||
alias gc='git commit'
|
||||
alias gpush='git push'
|
||||
alias gpull='git pull'
|
||||
alias gfetch='git fetch'
|
||||
alias gdiff='git diff'
|
||||
alias merged?='git branch --merged'
|
||||
alias gbd='git branch -d'
|
||||
|
||||
Reference in New Issue
Block a user