-
Notifications
You must be signed in to change notification settings - Fork 1
/
gitconfig
43 lines (43 loc) · 890 Bytes
/
gitconfig
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
41
42
43
[init]
defaultBranch = main
templatedir = ~/.git_template
[push]
default = current
[pull]
rebase = true
[color]
ui = auto
[alias]
aa = add --all
ap = add --patch
branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes
ci = commit -v
co = checkout
pf = push --force-with-lease
st = status
lg = log --oneline
[core]
excludesfile = ~/.gitignore
autocrlf = input
[merge]
ff = only
[commit]
template = ~/.gitmessage
gpgsign = true
[fetch]
prune = true
[rebase]
autosquash = true
[include]
path = ~/.gitconfig.local
[diff]
colorMoved = zebra
[hub]
protocol = ssh
[user]
name = Nick Schmidt
email = n@nick.qa
signingkey = BD3330048DEE8FFE9A15C9B524B6B7843E4401C6
[gpg]
program = /usr/local/MacGPG2/bin/gpg2
format = openpgp