`git add -all` 的快捷方式是如何创建的(在终端中)?
How has this shortcut for `git add -all` been made (in Terminal)?
我在终端中添加了一个快捷方式。 (我使用 zsh
)。我不必键入 git add -all
,而是可以键入 gaa
。我的问题是:
有什么想法where/how 这个快捷方式吗?我怎样才能准确地看到它是什么命令的缩写以及如何更改它?
关注这些 instructions 之后,我以为我可以在 ~/.gitconfig
中看到它,但它不在那里。它看起来也不像是在 ~/.zshrc
中:
我在终端中添加了一个快捷方式。 (我使用 zsh
)。我不必键入 git add -all
,而是可以键入 gaa
。我的问题是:
有什么想法where/how 这个快捷方式吗?我怎样才能准确地看到它是什么命令的缩写以及如何更改它?
关注这些 instructions 之后,我以为我可以在 ~/.gitconfig
中看到它,但它不在那里。它看起来也不像是在 ~/.zshrc
中: