怎样用git co代替git checkout | how to alias ‘git checkout’ to ‘git co’

Tuesday, Aug 4, 2020 | 1 minute read | Updated at Tuesday, Aug 4, 2020

git checkout太长了, 开发的时候这个命令使用频率太高, 所以如果能少打几个字, 积累下来能省不少时间. Stackoverflow这个帖子 有回答.

git config --global alias.co checkout