mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-16 09:48:06 +02:00
fixing issue with last commit merge. missed a conflict
This commit is contained in:
@ -49,10 +49,6 @@ function current_branch() {
|
||||
alias ggpull='git pull origin $(current_branch)'
|
||||
compdef ggpull=git
|
||||
alias ggpush='git push origin $(current_branch)'
|
||||
<<<<<<< HEAD
|
||||
compdef ggpush=git
|
||||
alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)'
|
||||
compdef ggpnp=git
|
||||
=======
|
||||
alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)'
|
||||
>>>>>>> e5e032f... adding git svn aliases
|
||||
|
Reference in New Issue
Block a user