diff options
| author | Anton Bobov <abobov@gmail.com> | 2019-11-06 19:25:05 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2019-11-06 19:25:05 +0500 |
| commit | 0737d5f9eda273e57697af0b559bb82f5978ce96 (patch) | |
| tree | 385f722658fb0ef81391b3659cc5af392cbbdbee /files/.gitconfig | |
| parent | c29132c85fbb9fff5ddc7fb406d07df16e7ce8f8 (diff) | |
Updates.
Diffstat (limited to 'files/.gitconfig')
| -rw-r--r-- | files/.gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/.gitconfig b/files/.gitconfig index db8a092..b85bb0e 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -46,6 +46,7 @@ # https://github.com/anishathalye/dotfiles/blob/master/gitconfig update-submodules = submodule update --init --recursive upgrade-submodules = submodule update --init --remote + wc = whatchanged -p --abbrev-commit --pretty=medium [advice] statusHints = false detachedHead = false |
