我在文档中看不到有关如何执行此操作的文档.
mercurial shelve
每当我跑步git diff或者git show它默默地自动追加时我都希望这样--ignore-all-space.有没有办法做到这一点?我知道我可以创建这样的别名:
git diff
git show
--ignore-all-space
[alias] sh = show --ignore-all-space di = diff --ignore-all-space Run Code Online (Sandbox Code Playgroud)
[alias] sh = show --ignore-all-space di = diff --ignore-all-space
但我想直接使用diff和show命令.
diff
show
git
git ×1
mercurial ×1
shelve ×1