mirror of
https://github.com/zebrajr/dotfiles.git
synced 2025-12-06 00:20:05 +01:00
fix gitconfig sorting
This commit is contained in:
parent
a511032a01
commit
5288e1c66d
|
|
@ -1,6 +1,8 @@
|
|||
#[user]
|
||||
# email = email@domain.tld
|
||||
# name = Carlos Sousa
|
||||
[user]
|
||||
email = me@carlossousa.tech
|
||||
name = Carlos Sousa
|
||||
|
||||
|
||||
|
||||
[column]
|
||||
# Configures the column display settings for the Git user interface
|
||||
|
|
@ -8,7 +10,7 @@
|
|||
|
||||
[branch]
|
||||
# Configures the sorting order for Git branches
|
||||
sort = -comitterdate
|
||||
sort = -committerdate
|
||||
|
||||
[tag]
|
||||
# Configures the sorting order for Git tags
|
||||
Loading…
Reference in New Issue
Block a user