aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 63bb94107ecd6f63e3eef64fa69f9cc6be1b8a9f (plain)
1
2
3
4
5
6
7
8
[user]
	name = srdusr
	email = graytrevor98@gmail.com
[init]
	defaultBranch = main
[alias]   
  sba ="!f() { git subtree add --prefix $2 $1 main; }; f"  
  sbu ="!f() { git subtree pull --prefix $2 $1 main; }; f"