about summary refs log tree commit diff
path: root/.config/git/config
blob: 741169c68637f8beed090ead0ece9e2584d38272 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[user]
	email = us@starfall.systems
	name = Starfall
	signingkey = 69522B56
[init]
	templateDir = ~/.config/git/template
[log]
	mailmmap = true
[pull]
	rebase = true
[rebase]
	autosquash = true
[alias]
	oops = commit --all --amend --no-edit
	stashpull = !git stash && git pull && git stash pop
	stat = status
	tree = log --all --graph --oneline
	unstage = restore --staged
[gpg]
	program = gpg2