diff options
| author | Charles Cabergs <charles.cabergs@colruytgroup.com> | 2023-10-06 10:37:29 +0200 |
|---|---|---|
| committer | Charles Cabergs <charles.cabergs@colruytgroup.com> | 2023-10-06 10:37:29 +0200 |
| commit | 1d2e251d313a759246b95e6c4192e1e2c2f85bf4 (patch) | |
| tree | 097707f99de1a36258ac5386796c74b75bbdaaf0 /config/git/config.linux | |
| parent | 586b14a58945798f2ca1c38c6f3660b9384d36b5 (diff) | |
| download | dotfiles-1d2e251d313a759246b95e6c4192e1e2c2f85bf4.tar.gz dotfiles-1d2e251d313a759246b95e6c4192e1e2c2f85bf4.tar.bz2 dotfiles-1d2e251d313a759246b95e6c4192e1e2c2f85bf4.zip | |
Added git push.autoSetupRemove and tag.sort setting
Diffstat (limited to 'config/git/config.linux')
| -rw-r--r-- | config/git/config.linux | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/git/config.linux b/config/git/config.linux index aea7fb1..a7b8baa 100644 --- a/config/git/config.linux +++ b/config/git/config.linux @@ -1,3 +1,5 @@ +# vim:ft=gitconfig + [user] name = Charles Cabergs email = me@cacharle.xyz @@ -29,8 +31,11 @@ editor = "VIMINIT='' nvim" [safe] directory = * +[push] + autoSetupRemote = true # git push without remote and branch specified +[tag] + sort = v:refname # Sort tag by version instead of ascii sort -# vim:ft=gitconfig [filter "lfs"] required = true clean = git-lfs clean -- %f |
