84669 人が学習中
152542 人が学習中
20005 人が学習中
5487 人が学習中
7821 人が学習中
359900 人が学習中
3350 人が学習中
180660 人が学習中
48569 人が学習中
18603 人が学習中
40936 人が学習中
1549 人が学習中
1183 人が学習中
32909 人が学習中
我经常做这个操作:
bash$ git add --update $ git status --short
bash
$ git add --update $ git status --short
于是,在.gitconfig里加入了
ini[alias] au = add --update ss = status --short
ini
[alias] au = add --update ss = status --short
但是,这样还是需要输入
bash$ git au; git ss
$ git au; git ss
怎样才能把这两条指令简化成$ git au?
$ git au
注:.bashrc的方法不算数。
.bashrc
これと同じです。
Executegit up、これら 3 つのコマンドが実行されます。
git up
これと同じです。
リーリーExecute
git up
、これら 3 つのコマンドが実行されます。