最佳答案
我正在学习如何使用 Git,我试着设置了一些别名,比如:
git config --global alias.trololo 'status'
所以现在当我输入 git trololo
的时候,它的工作原理就像 git status
。
现在不需要 trololo 别名。如何正确删除它?