mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-01-12 16:32:54 -05:00
update git aliases
This commit is contained in:
@@ -137,8 +137,8 @@ alias gsub="git submodule update --recursive --remote"
|
|||||||
alias gundo="git reset --soft HEAD~1"
|
alias gundo="git reset --soft HEAD~1"
|
||||||
alias greset="git reset"
|
alias greset="git reset"
|
||||||
alias gsync="hub sync"
|
alias gsync="hub sync"
|
||||||
alias github="hub browse"
|
alias github="gh repo view --web"
|
||||||
alias gist="hub gist create --open"
|
alias gist="gh gist create --web"
|
||||||
alias ghnew="gh repo create"
|
alias ghnew="gh repo create"
|
||||||
alias ghfork="gh repo fork"
|
alias ghfork="gh repo fork"
|
||||||
alias ghci="hub ci-status --verbose"
|
alias ghci="hub ci-status --verbose"
|
||||||
|
|||||||
Reference in New Issue
Block a user