-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitconfig
More file actions
54 lines (51 loc) · 1.1 KB
/
Copy path.gitconfig
File metadata and controls
54 lines (51 loc) · 1.1 KB
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
47
48
49
50
51
52
53
54
[core]
editor = vim
[user]
name = CarlosIPe
email = carlos2@compendium.com.ar
[giggle]
compact-mode = false
main-window-maximized = true
main-window-geometry = 0x0+0+0
history-view-vpane-position = 318
main-window-view = HistoryView
file-view-vpane-position = 716
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[color]
ui = true
[color "diff"]
whitespace = red reverse
[core]
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore_global
hooksPath = ~/.githooks/
trustctime = false
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
ls = ls-files
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
[github]
user = carlosipe
[push]
default = current