-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
27 lines (23 loc) · 884 Bytes
/
.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
[core]
editor = vim
excludesfile = "~/.gitignore_global"
[user]
name = Yunier Perez
email = [email protected]
[push]
default = simple
[alias]
lol = log --graph --abbrev-commit --decorate --format=format:'%C(blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold blue)%d%C(reset)'
lola = log --graph --abbrev-commit --decorate --all --format=format:'%C(blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold blue)%d%C(reset)'
co = checkout
br = branch
ci = commit
st = status
lg = log --graph --abbrev-commit --decorate --format=format:'%C(blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold blue)%d%C(reset)'
contains = branch -a --contains
[color]
status = auto
[hepl]
autocorrect = 1
[pager]
branch = false