-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig-linux
More file actions
36 lines (28 loc) · 813 Bytes
/
gitconfig-linux
File metadata and controls
36 lines (28 loc) · 813 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
29
30
31
32
33
34
35
36
[diff]
tool = vimdiff
[merge]
tool = vimdiff
[color]
ui = auto
[color "diff"]
whitespace = blue reverse
[core]
excludesfile = ~/.gitignore
editor = vim
[svn]
rmdir = true
[user]
name = Beverly Guillermo
email = bguillermo@wombatsecurity.com
[apply]
whitespace = nowarn
[alias]
co = checkout
st = stash -p
lo = log --decorate --pretty=format:"%h%x09%ad%x09%an%x09%x09%s" --abbrev-commit --date=short
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
# last = log --decorate --pretty=oneline --abbrev-commit --name-status HEAD^..HEAD
last = show --color --decorate --oneline --word-diff=color
lastb = show --color --decorate --oneline --name-status
fic = git show --pretty="" --name-only