使用Zsh自带Git插件
本文最后更新于:2022年3月26日 下午
Git plugin in Zsh
Of course you can use
plugins = (git)in~/.zshrcto activate the git plugin in your zsh. But do you really know how to use it elegantly?
Ok, Don’t worry, here are some abbressions for git, which are frequently used during developing
g:gitgcl:git clonegst:git statusga:git addgc:git commitgp:git pushgb:git branchgco:git checkoutgr:git remotegm:git merge
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!