-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
23 lines (23 loc) · 739 Bytes
/
.gitconfig
File metadata and controls
23 lines (23 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[alias]
co = checkout
ci = commit -s
cp = cherry-pick -x
st = status
pl = pull
plr = pull -r
st = status
cb = co -b
ls = log --stat --graph
br = "!git --no-pager branch"
; lh = "!git --no-pager ls -2 HEAD"
; lm = ls --author=xiangce --since=1.week
h = "!git --no-pager log -10 --pretty=format:\"%H %ad | %s%d [%an]\" --graph --date=short"
hm = "!git --no-pager log -10 --pretty=format:\"%H %ad | %s%d [%an]\" --graph --date=short master"
; hall = log -16 --pretty=format:\"%H %ad | %s%d [%an]\" --graph --date=short
; rbm = rebase master
[user]
name = Xiangce Liu
email = xiangceliu@redhat.com
[core]
editor = vim
excludesfile = /Users/user/.gitignore_global