-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
28 lines (28 loc) · 817 Bytes
/
Copy path.gitconfig
File metadata and controls
28 lines (28 loc) · 817 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
[core]
editor = vim
excludesfile = /home/cizekm/.gitignore_global
pager = diff-so-fancy | less -r --tabs=4 -RFX
[color]
diff = auto
status = auto
branch = auto
ui = true
[format]
#pretty = "Commit: %C(yellow)%H%nAuthor: %C(green)%aN <%aE>%nDate: (%C(red)%ar%Creset) %ai%nSubject: %s%n%n%b"
pretty = "%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset"
[user]
email = martin.cizek@emplifi.io
name = Martin Cizek
[alias]
st = status -sb
br = branch
ci = commit
co = checkout
l = log --all --graph --pretty=format:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
[github]
user = wision
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true