Scrap
oh-my-zsh git 축약 커맨드
JinungKim
2022. 7. 5. 23:26
https://kapeli.com/cheat_sheets/Oh-My-Zsh_Git.docset/Contents/Resources/Documents/index
Oh-My-Zsh Git Cheat Sheet - Kapeli
gau git add --update (Also: "git add -u") gbda git branch --no-color --merged | command grep -vE "^(+|*|\s*($(git_main_branch)|development|develop|devel|dev)\s*$)" | command xargs -n 1 git branch -d gbnm gc! gca! gcan! git commit -v -a --no-edit --amend gc
kapeli.com