summaryrefslogtreecommitdiff
path: root/.gitconfig
blob: d7c39c796b8997b5d868a59b08d101ae0e719a36 (plain)
1
2
3
4
5
6
7
8
9
[init]
	defaultBranch = master
[user]
	name = Hunter Kvalevog
	email = hunter@kvog.sh
[alias]
	aa = commit --amend --no-edit
	cc = commit --allow-empty-message -m \"\"
	pp = !git push -u origin $(git branch --show-current)