๐Ÿ“ฆ heaths / dotfiles

๐Ÿ“„ .gitconfig ยท 22 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22[user]
	name = Heath Stewart
	email = heaths@outlook.com

[core]
	fsmonitor = true

[init]
	defaultBranch = main

[pull]
	ff = only

[alias]
	sync = !git pull -p --ff-only upstream ${1:-main} && git push origin ${1:-main} && git fetch -p origin

[includeIf "hasconfig:remote.*.url:https://github.com/Azure/**"]
	path = .gitconfig-microsoft

[includeIf "hasconfig:remote.*.url:https://github.com/microsoft/**"]
	path = .gitconfig-microsoft