Drop support for hub
I'm not using hub much lately and it's causing me trouble.
This commit is contained in:
parent
4a1523caba
commit
8695b5b1d1
1 changed files with 1 additions and 3 deletions
|
@ -194,8 +194,6 @@ else
|
||||||
|
|
||||||
# Git
|
# Git
|
||||||
# alias glp='git log --graph --pretty="format:"%Cred%h%Creset -%Cblue %an %Creset - %C(yellow)%d%Creset %s %Cgreen(%cr)%Creset" --abbrev-commit --date=relative'
|
# alias glp='git log --graph --pretty="format:"%Cred%h%Creset -%Cblue %an %Creset - %C(yellow)%d%Creset %s %Cgreen(%cr)%Creset" --abbrev-commit --date=relative'
|
||||||
alias g=hub
|
|
||||||
alias git=hub
|
|
||||||
alias ga='git add'
|
alias ga='git add'
|
||||||
alias gc='git commit'
|
alias gc='git commit'
|
||||||
alias gco='git checkout'
|
alias gco='git checkout'
|
||||||
|
@ -214,7 +212,7 @@ else
|
||||||
alias gsh='git show'
|
alias gsh='git show'
|
||||||
alias gwip='git add . && git commit -m wip'
|
alias gwip='git add . && git commit -m wip'
|
||||||
alias gpr='git pull-request'
|
alias gpr='git pull-request'
|
||||||
alias gst='git status && hub pr list'
|
alias gst='git status'
|
||||||
|
|
||||||
# Mercurial
|
# Mercurial
|
||||||
# The attempt here is to map my well-known, existing `git` aliases to their
|
# The attempt here is to map my well-known, existing `git` aliases to their
|
||||||
|
|
Loading…
Reference in a new issue