-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
46 lines (44 loc) · 1.02 KB
/
.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
34
35
36
37
38
39
40
41
42
43
44
45
46
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true
[alias]
co = checkout
pl = pull
cm = commit
ps = push
cl = clone
st = status
df = diff
rb = rebase
lg = log --graph --pretty=format:'%Cred%h%Creset %Cblue<%ae>%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
timelog = log --pretty=format:'%Cred%h%Creset - %C(yellow)%ae%Creset - %Cgreen%cd%Creset - %s%Creset' --abbrev-commit --date=iso
[user]
name = Terrence Ho
email = terrenceho.books@gmail.com
[color]
ui = auto
[core]
editor = nvim
excludesfile = ~/.gitignore
pager = /usr/bin/less
[color "branch"]
current = yellow bold
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = blue bold
old = red bold
new = green bold
whitespace = black reverse
[color "status"]
header = normal
added = green
changed = yellow
untracked = red
branch = blue bold
[push]
default = simple
[branch "master"]
remote = origin