sh 添加git批处理别名

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 添加git批处理别名相关的知识,希望对你有一定的参考价值。

nano ~/.bashrc

# PHP
alias ps='php -S localhost:8000'

# ARTISAN
alias s='php artisan serve'
alias migarte='php artisan migrate'
alias unmigarte='php artisan migrate:rollback'
alias tinker='php artisan tinker'

#GIT
alias gs='git status'
alias commit='git commit -m '
alias uncommit='git reset HEAD^'

#NPM
alias nw='npm run watch'
alias nd='npm run dev'
alias np='npm run prod'

#FLUTTER
alias fbr='flutter build apk --build-number=' // use fbr 10

以上是关于sh 添加git批处理别名的主要内容,如果未能解决你的问题,请参考以下文章

sh 装饰日志图的Git别名

sh git的Bash别名

sh git配置有用的别名

sh Bash git别名。

sh Git日志别名

sh Git别名