dotfiles/home/gitconfig

22 lines
287 B
Text
Raw Normal View History

2023-04-16 12:46:25 +02:00
[user]
name = Hippolyte Chauvin
email = hchauvin38@outlook.fr
[core]
editor = nvim
[init]
defaultbranch = main
2023-04-16 12:46:25 +02:00
[pull]
rebase = true
2023-09-28 09:12:27 +02:00
[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