mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2025-04-25 15:35:21 -04:00
update git aliases
This commit is contained in:
parent
300069d978
commit
c2c88029ed
@ -137,8 +137,8 @@ alias gsub="git submodule update --recursive --remote"
|
||||
alias gundo="git reset --soft HEAD~1"
|
||||
alias greset="git reset"
|
||||
alias gsync="hub sync"
|
||||
alias github="hub browse"
|
||||
alias gist="hub gist create --open"
|
||||
alias github="gh repo view --web"
|
||||
alias gist="gh gist create --web"
|
||||
alias ghnew="gh repo create"
|
||||
alias ghfork="gh repo fork"
|
||||
alias ghci="hub ci-status --verbose"
|
||||
|
Loading…
x
Reference in New Issue
Block a user