forked from Hornwall/arch_dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
38 lines (31 loc) · 687 Bytes
/
Copy pathgitconfig
File metadata and controls
38 lines (31 loc) · 687 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
[push]
default = upstream
[color]
branch = auto
diff = auto
status = auto
[user]
name = Hannes Hornwall
email = hannes@hornwall.me
[merge]
defaultToUpstream = true
tool = nvim
tool = nvim
tool = --replace-all
[alias]
ci = commit
st = status -sb
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
#ctags = !.git/hooks/ctags
p-r = "!devflow pr | hub -c core.commentChar=';' pull-request -oe -F -"
co = checkout
[github]
user = hornwall
[init]
templatedir = ~/.git_template
[pull]
rebase = true
[core]
excludesFile = ~/.gitignore
[fetch]
prune = true