Windows下的git能否配置成这样
迷茫
迷茫 2017-05-02 09:18:33
0
2
504

在Windows上每次使用git时,都必须输入 git xxx xxx,每条命令需要"git",浪费了很多"能量"

我看到zsh中把配置了很多git的alias,非常实用(见图片),所以想Windows下是否能够配置成这样(在Windows下开发就是麻烦)
比如git st => gs

之前对Git/etc/git-completion.bash做过配置,猜想应该是对这个文件进行配置?

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(2)
淡淡烟草味

In addition to configuring directly in git config, you can also import all Modules into the same project in IntelliJ. In this way, the git operation will be done directly on all Modules at the same time, which is very convenient.

为情所困

Detailed link

git config --global alias.st status

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template