diff options
Diffstat (limited to 'config/git')
| -rw-r--r-- | config/git/config.darwin | 7 | ||||
| -rw-r--r-- | config/git/config.linux | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/config/git/config.darwin b/config/git/config.darwin index dd3f5b0..ac89ec5 100644 --- a/config/git/config.darwin +++ b/config/git/config.darwin @@ -1,3 +1,5 @@ +# vim:ft=gitconfig + [user] name = Charles Cabergs email = charles.cabergs@colruytgroup.com @@ -40,4 +42,7 @@ [gpg "ssh"] allowedSignersFile = -# vim:ft=gitconfig +[push] + autoSetupRemote = true +[tag] + sort = v:refname 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 |
