-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitconfig
49 lines (36 loc) · 807 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[user]
name = Evans Murithi
email = murithievans80@gmail.com
[core]
editor = vim
[alias]
co = checkout
cob = checkout -b
s = status
a = add
aa = add --all
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
fl = log -u
ps = push
pl = pull
fo = fetch origin
fom = fetch origin master:master
r = rebase
c = commit
pom = pull origin master
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold # line info
old = red # deletions
new = green # additions
[color "status"]
added = yellow
changed = green
untracked = cyan
[diff "ansible-vault"]
textconv = ansible-vault view