aboutsummaryrefslogblamecommitdiff
path: root/.config/git/config
blob: daf47b0be6fde2b25461537b121f5842903fa78e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                            
[user]
	name = Nicholas Tay
	email = nkt@outlook.kr
[alias]
	c = commit
	p = push
	s = status
	su = status --untracked-files=normal
	sua = status -u
	rv = remote -v
	a = add
	aa = add .
	co = checkout
	cam = commit -a -m
	cm = commit -m
	d = diff
	cob = checkout -b
	l = log