-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
35 lines (28 loc) · 698 Bytes
/
.gitconfig
File metadata and controls
35 lines (28 loc) · 698 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
[alias]
s = status -s
ca = !git add -A && git commit -av
l = !git lg-fmt
h = !git lg-fmt --full-history --all
lg-fmt = log --graph --format=format:'%C(green)%h%C(reset) %C(cyan)(%ad)%C(reset) %C(white)%s%C(reset) %C(dim white) <%an>%C(reset)%C(auto)%d%C(reset)' --date=format:'%Y-%m-%d %H:%M:%S'
tags = tag -l
branches = branch -a
remotes = remote -v
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red
new = green
[color "status"]
added = yellow
changed = green
untracked = cyan
[user]
email = nelson@bennu.cl
name = bugbuilder
[core]
excludesfile = ~/.gitignore_global
editor = vim