dotfiles/home/gitconfig
2023-10-12 17:35:04 +02:00

21 lines
285 B
Text

[user]
name = Hippolyte Chauvin
email = hchauvin38@outlook.fr
[core]
editor = hx
[init]
defaultbranch = main
[pull]
rebase = true
[alias]
s = status
l = log
c = commit
d = diff
p = pull
ch = checkout
a = add
sh = show
m = merge
r = rebase
graph = log --graph --oneline