-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
43 lines (43 loc) · 828 Bytes
/
gitconfig
File metadata and controls
43 lines (43 loc) · 828 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
41
42
43
[color]
diff = auto
status = auto
branch = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow reverse
frag = white reverse
plain = 8
old = red
new = green
[color "status"]
added = green
changed = yellow
untracked = cyan
[user]
name = Johan Sahlén
email = johan@monospace.se
signingkey = 0x70B0EDCDF854AC45
[alias]
co = checkout
branches = branch
log = log --date=local
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)%Creset' --abbrev-commit
sl = show --abbrev-commit --no-patch
[core]
excludesfile = ~/.gitignore
autocrlf = input
[pull]
rebase = true
[push]
default = current
[github]
user = jsahlen
[status]
short = 1
[credential]
helper = osxkeychain
[init]
defaultBranch = main