mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 22:00:08 +00:00
fixing issue with last commit merge. missed a conflict
This commit is contained in:
parent
5e4d89385f
commit
9e783c0a8e
1 changed files with 0 additions and 4 deletions
|
@ -49,10 +49,6 @@ function current_branch() {
|
||||||
alias ggpull='git pull origin $(current_branch)'
|
alias ggpull='git pull origin $(current_branch)'
|
||||||
compdef ggpull=git
|
compdef ggpull=git
|
||||||
alias ggpush='git push origin $(current_branch)'
|
alias ggpush='git push origin $(current_branch)'
|
||||||
<<<<<<< HEAD
|
|
||||||
compdef ggpush=git
|
compdef ggpush=git
|
||||||
alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)'
|
alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)'
|
||||||
compdef ggpnp=git
|
compdef ggpnp=git
|
||||||
=======
|
|
||||||
alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)'
|
|
||||||
>>>>>>> e5e032f... adding git svn aliases
|
|
||||||
|
|
Loading…
Reference in a new issue