misc-tjund/tj_gitconfig.txt

17 lines
242 B
Plaintext
Raw Permalink Normal View History

2023-03-13 10:29:14 +01:00
[core]
2023-07-18 10:54:21 +02:00
editor = subl -n -w
2023-03-13 10:29:14 +01:00
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[pull]
rebase = true
[user]
name = Thomas JUND
email = tjund@entrouvert.com
2023-07-18 10:54:21 +02:00
[alias]
co = checkout
ci = commit
br = branch