diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-09 23:21:17 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-09 23:21:17 +0300 |
commit | fc7303aa9093f735cf4cdcbc6876b0e09528ce6d (patch) | |
tree | bc9c3bbe051a297afa156b5713634d9c5e988e29 /%HOME%/.gitconfig | |
parent | code style (diff) | |
download | linux-home-fc7303aa9093f735cf4cdcbc6876b0e09528ce6d.tar.gz linux-home-fc7303aa9093f735cf4cdcbc6876b0e09528ce6d.zip |
.gitconfig: add alias.wdiff
Diffstat (limited to '%HOME%/.gitconfig')
-rw-r--r-- | %HOME%/.gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index 94fa833..fbe6057 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -27,5 +27,6 @@ clean-ignored = clean -fdX clean-unknown = clean -fd l = log --oneline + wdiff = diff --word-diff [fetch] prune = true |