-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
26 lines (24 loc) · 938 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
[user]
name = Henry Kleynhans
email =
[alias]
logdog = log --decorate --oneline --graph
logdogsimple = log --decorate --oneline --graph --simplify-by-decoration
logp = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
branches = for-each-ref --sort=-committerdate refs/heads/ --format='%(HEAD) (%(color:green)%(committerdate:relative)%(color:reset)) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname)'
[color]
ui = auto
[push]
default = simple
[url "https://github.com/"]
insteadOf = github.com:
[url "https://github.com/"]
insteadOf = [email protected]:
[url "https://github.com/"]
insteadOf = ssh://[email protected]/
[url "https://gitlab.com/"]
insteadOf = gitlab.com:
[url "https://gitlab.com/"]
insteadOf = [email protected]:
[url "https://gitlab.com/"]
insteadOf = ssh://[email protected]/