-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
40 lines (40 loc) · 699 Bytes
/
gitconfig
File metadata and controls
40 lines (40 loc) · 699 Bytes
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 = Simon Stemplinger
email = simon@stem.ps
signingkey = 89C8C4D06E49F612
[color]
diff = auto
status = auto
branch = auto
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
ch = cherry-pick
unstage = reset HEAD
oneline = log --format=oneline
pullf = pull --ff-only
gup = smart-pull
ctags = !.git/hooks/ctags
[push]
default = tracking
[github]
user = stemps
[credential]
helper = osxkeychain
[filter "hawser"]
clean = git hawser clean %f
smudge = git hawser smudge %f
required = true
[init]
templatedir = ~/.git_template
defaultBranch = main
[commit]
gpgsign = true
[gpg]
program = gpg
[core]
excludesFile = ~/.gitignore