aboutsummaryrefslogtreecommitdiff
path: root/.config/git/config
blob: 240532b29cc8cc47bb820345451b9b2f08d75322 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[user]
	name = Nicholas Tay
	email = nick@windblume.net
[alias]
	p = push
	pu = push -u
	puo = push -u origin
	pf = push --force-with-lease
	pff = push -f
	pl = pull
	plr = pull --recursive
	f = fetch
	fo = fetch origin
	s = status
	su = status --untracked-files=normal
	sua = status -u
	r = remote
	rv = remote -v
	rb = rebase
	rbi = rebase -i
	a = add
	aa = add .
	co = checkout
	cob = checkout -b
	cod = checkout development
	com = checkout master
	c = commit
	ca = commit -a
	cm = commit -m
	cam = commit -a -m
	camd = commit --amend
	d = diff
	dc = diff --cached
	l = log
	m = merge
	rl = reflog
	res = restore --staged
	ress = restore
[core]
	excludesfile = $HOME/.config/git/gitignore