我有一个 Git 别名,可以扩展为:
git log --graph --oneline --all --decorate
根据man git log
有几个可疑的选项:--not
和--branches
; 但我不能让它正常工作。
我应该如何编辑它以隐藏藏匿处?
仅供参考:根据接受的问题和评论,我的.gitconfig
别名现在如下所示:
[alias]
l = log --branches --remotes --tags --graph --oneline --decorate --notes HEAD