-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitconfig
More file actions
46 lines (38 loc) · 726 Bytes
/
gitconfig
File metadata and controls
46 lines (38 loc) · 726 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
37
38
39
40
41
42
43
44
45
46
[alias]
aa = add --all
amend = commit --amend
cm = commit --verbose -m
co = checkout
dc = diff --cached
di = diff
rb = push --rebase
st = status -s
lg = log --stat --abbrev-commit
ll = pretty-log
sw = !git for-each-ref --format='%(refname:short)' refs/heads | fzf | xargs git switch
[apply]
whitespace = fix
[color]
ui = True
[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
[user]
email = enrique@iknite.com
name = iknite
[diff]
tool = vimdiff
[push]
default = simple
[core]
excludesfile = /home/iknite/.gitignore