-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
34 lines (34 loc) · 784 Bytes
/
gitconfig
File metadata and controls
34 lines (34 loc) · 784 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
[user]
name = Harald Ringvold
email = harald.ringvold@gmail.com
[github]
user = ringvold
[push]
default = simple
[color]
branch = auto
status = auto
diff = auto
[http]
sslVerify = false
[alias]
# Log display from screencast, with train tracks.
l = log --graph --pretty=format':%C(yellow)%h%Cblue%d%Creset %s %C(blue) %an, %ar%Creset'
# Alternate log display from Scott Chacon
lol = log --pretty=oneline --abbrev-commit --graph --decorate
unstage = reset HEAD
staged = diff --cached
unstaged = diff
[core]
editor = nvim
excludesfile = ~/.gitignore_global
trustctime = false
autocrlf = false
[include]
path = ~/.gitconfig_local
[pull]
rebase = true
[init]
defaultBranch = main
[gpg "ssh"]
allowedSignersFile = /Users/harald/.ssh/allowed_signers