Photo by Roman Synkevych 🇺🇦
[https://unsplash.com/@synkevych?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText]
on Unsplash
[https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText]
在我们使用Git作为版本管理的时候,可以将一些经常使用的操作命令或者命令组合通过别名的方式添加git alias或者shell
alias以此来缩短输入,减少git command help的时间,提高开发效率。
添加别名的方式主要分为两种:
1、git alias
以Mac OS为例,在当前用户目录下的.gitconfig文件中添加alias模块,
[http]
cookiefile = /Users/