summaryrefslogtreecommitdiff
path: root/skel/.gitconfig
blob: 2ca55f2bb09fece238ecd4d5cc1f24f173879e59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[alias]
# own aliases
	hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short

[user]
# TODO fill in your name
	name = John Doe
	email = johndoe@example.com

[core]
# preferred editor
	editor = mcedit