lib/plugins/git/git.plugin.zsh in zsh_dots-0.5.9 vs lib/plugins/git/git.plugin.zsh in zsh_dots-0.6.0

- old
+ new

@@ -60,13 +60,10 @@ compdef _get gt=git-reset alias gts='git reset --soft' compdef _get gt=git-reset alias gthh='git reset --hard HEAD' compdef _get gt=git-reset -alias garc='ga . && grc' -compdef _get garc=git-add -compdef _get garc=git-rebase # Stash alias gs='git stash save' compdef _get gsh=git-stash alias gsp='git stash pop' @@ -85,9 +82,12 @@ compdef _get gg=git-rebase alias gmt='git mergetool' compdef _get gmt=git-mergetool alias gcf='git clean -f' compdef _get gcf=git-clean +alias garc='gcf && ga . && grc' # a big one..., clean the repo, add everything, rebase --continue +compdef _get garc=git-add +compdef _get garc=git-rebase # Super useful alias aliases alias s='gst' compdef _get grv=git-status