|
|
|
|
@ -23,7 +23,7 @@ plugins=(... git) |
|
|
|
|
| gb | git branch | |
|
|
|
|
| gba | git branch -a | |
|
|
|
|
| gbd | git branch -d | |
|
|
|
|
| gbda | git branch --no-color --merged \| grep -vE "^([+*]\|\s*($(git_main_branch)\|$(git_develop_branch))\s*$)" \| xargs git branch -d 2>/dev/null | |
|
|
|
|
| gbda | git branch --no-color --merged \| grep -vE "^([+*]\|\s*(<span>$</span>(git_main_branch)\|<span>$</span>(git_develop_branch))\s*<span>$</span>)" \| xargs git branch -d 2>/dev/null | |
|
|
|
|
| gbD | git branch -D | |
|
|
|
|
| gbl | git blame -b -w | |
|
|
|
|
| gbnm | git branch --no-merged | |
|
|
|
|
@ -42,12 +42,12 @@ plugins=(... git) |
|
|
|
|
| gcans! | git commit -v -a -s --no-edit --amend | |
|
|
|
|
| gcam | git commit -a -m | |
|
|
|
|
| gcas | git commit -a -s | |
|
|
|
|
| gcasm | git commit -a -s -m | |
|
|
|
|
| gcasm | git commit -a -s -m | |
|
|
|
|
| gcsm | git commit -s -m | |
|
|
|
|
| gcb | git checkout -b | |
|
|
|
|
| gcf | git config --list | |
|
|
|
|
| gcl | git clone --recurse-submodules | |
|
|
|
|
| gccd | git clone --recurse-submodules "$@" && cd "$(basename $_ .git)" | |
|
|
|
|
| gccd | git clone --recurse-submodules "<span>$</span>@" && cd "<span>$</span>(basename <span>$</span>_ .git)" | |
|
|
|
|
| gclean | git clean -id | |
|
|
|
|
| gpristine | git reset --hard && git clean -dffx | |
|
|
|
|
| gcm | git checkout $(git_main_branch) | |
|
|
|
|
|