aboutsummaryrefslogblamecommitdiff
path: root/.config/git/config
blob: 240532b29cc8cc47bb820345451b9b2f08d75322 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13

                           
                                  
       
                







                                    


                                            
                  
                      

                       


                     




                                  
                      

                             
                
                          
               





                                                  
[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