diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2025-03-08 11:35:45 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2025-03-08 11:35:45 +0000 |
| commit | db5c0a80f4605c976505976047d42541488a7d95 (patch) | |
| tree | 98c74b220b552f538a63e915f2bad2ad9a65172b | |
| parent | f3318d70afc3b387301df504d8a9c7e733da37bc (diff) | |
git: QoL improvements
| -rw-r--r-- | git/config | 22 |
1 files changed, 19 insertions, 3 deletions
@@ -3,16 +3,28 @@ co = checkout di = diff dis = diff --staged - fa = fetch --all --prune + fa = fetch gi = grep -i root = rev-parse --show-toplevel st = status [branch] autoSetupRebase = always + sort = -committerdate + +[column] + ui = auto [diff] - algorithm = histogram + algorithm = histogram + colorMoved = plain + mnemonicPrefix = true + renames = true + +[fetch] + all = true + prune = true + pruneTags = true [grep] lineNumber = true @@ -27,7 +39,11 @@ ff = only [push] - followTags = true + autoSetupRemote = true + followTags = true + +[tag] + sort = version:refname [user] name = Grégoire Duchêne |
