Github對全球混帳配置~/.gitconfig
以下建議:如何讓別名在.gitconfig中工作?
[alias] # Is this [-] only a comment in .gitconfig?
gb = git branch
gba = git branch -a
gc = git commit -v
gd = git diff | mate
gl = git pull
gp = git push
gst = git status
上述命令在我的老Git的工作。 但是,由於某些未知原因,它們現在不工作。
問題似乎不在命令中。它可能在另一個git相關文件中控制哪個文件影響別名。
如何讓別名工作?
謝謝您的解答! – 2009-06-30 12:41:17