-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
27 lines (27 loc) · 729 Bytes
/
Copy pathgitconfig
File metadata and controls
27 lines (27 loc) · 729 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
[user]
name = Thong Kuah
email = kuahyeow@gmail.com
[core]
excludesfile = /Users/kuahyeow/.gitignore
editor = vim
[diff]
wsErrorHighlight = all
[push]
default = upstream
[color]
ui = true
[alias]
s = status
st = status
mo = diff --name-only
moc = diff --name-only --cached
mom = diff-tree --no-commit-id --name-only -r
morning = !git fetch origin && git status
morn = !git fetch origin && git status
l = log --oneline --decorate
one = log --oneline
lol = log --oneline --decorate --graph
# poor imitation of git branch -v but with formats
bv = for-each-ref --format=\" %(refname:short) %(objectname:short) %(contents:subject) (%(authorname))\" refs/heads
[rebase]
autosquash = true