-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
38 lines (38 loc) · 1.47 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
[alias]
cat = show
co = checkout
ca = commit --amend
can = commit --amend --no-edit
ff = pull --ff-only
logg = log --decorate=full --graph
loggs = log --decorate=full --graph --pretty=format:'%h %an <%ae> %cD%n%n%s%n'
loggg = log --decorate=full --graph --pretty=fuller
lagg = log --all --decorate=full --graph
laggg = log --all --decorate=full --graph --pretty=fuller
logg1 = log --decorate=full --graph --oneline --abbrev-commit
loggb = log --decorate=full --graph --simplify-by-decoration
lagg1 = log --all --decorate=full --graph --oneline --abbrev-commit
logh = log --all --decorate=full --stat
logv = log --all --decorate=full --name-status
loggv = log --decorate=full --graph --name-status
laggv = log --all --decorate=full --graph --name-status
log1 = log --oneline
loggl = log --decorate=full --graph --first-parent
diffb = diff --ignore-space-change
diffw = diff --ignore-all-space
qdiff = diff --name-only
mergesumm = log --topo-order --reverse --pretty=format:'- %s' HEAD~1..HEAD^2
tracking = rev-parse --symbolic-full-name --abbrev-ref '@{u}'
head = rev-parse --symbolic-full-name --abbrev-ref HEAD
latestbranches = for-each-ref --sort=committerdate refs/heads/
clutter = ls-files --others --exclude-standard
patches = log --topo-order --no-merges
[commit]
verbose = true
[core]
abbrev = 10
longpaths = true
[color]
branch = true
diff = true
#interactive = fa