-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
33 lines (33 loc) · 935 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
[user]
name = Thomas Steglich
email = [email protected]
[github]
user = tomsteg
[core]
autocrlf = input
editor = nvim
exludefile = /Users/thomas_steglich/.gitignore
excludesfile = /Users/thomas_steglich/.gitignore_global
trustctime = false
[push]
default = current
[alias]
co = checkout
br = branch
lo = log --oneline
au = add --update
cv = commit
pr = pull --rebase
af = diff-tree --name-only -r
find = log --pretty=\"format:%Cgreen%H %Cblue%s\" --name-status --grep
lg = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'\n--abbrev-commit --date=relative
st = status
day = "!sh -c 'git log --reverse --no-merges --branches=* --date=local --after=\"yesterday 11:59PM\" --author=\"`git config --get user.name`\"'"
[pull]
rebase = true
[credential]
helper = osxkeychain
[init]
templatedir = ~/.git-template
[url "https://"]
insteadOf = git://