-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
52 lines (52 loc) · 1.26 KB
/
Copy pathgitconfig
File metadata and controls
52 lines (52 loc) · 1.26 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
[user]
name = Naresh Kumar
email = naresh_kolloju@yahoo.co.in
[color]
ui = auto
[alias]
a = add
ai = add -i
ap = add -p
ae = add -e
b = branch
cm = commit -m
ca = commit -a
caar = commit -a --amend --reuse-message=HEAD
car = commit --amend --reuse-message=HEAD
cam = commit -am
co = checkout
d = diff
dc = diff --cached
ds = diff --stat
f = fetch
g = grep -n
l = log --decorate --graph
lf = log --graph --pretty=epic-friend
le = log --graph --pretty=epic-exact
lng = log --decorate
lfng = log --pretty=epic-friend
leng = log --pretty=epic-exact
l1 = log --graph --pretty=epic-exact -1
lt = log --graph --pretty=epic-friend -10 --first-parent
p = pull
pr = pull --rebase
rp = rebase -p
s = status
sl = stash list --pretty=epic-exact
sn = show --stat --decorate
rl = reflog --decorate
rs = remote show
r = reset
rp = reset -p
ri = rebase -i
rilt = rebase -i HEAD~10
wc = whatchanged --decorate --graph
[github]
user = knaresh
[push]
default = upstream
[pretty]
epic-exact = %C(yellow)%h%Cred %ci%Creset%Creset%C(bold red) ~%Creset %C(cyan)%an%Creset%C(bold cyan),%Creset %s%C(bold green)%d%Creset
epic-friend = %C(yellow)%h%Creset %C(cyan)%an%Creset%C(bold cyan),%Creset %s%Cred %ar%C(bold green)%d%Creset
[core]
excludesfile = ~/.gitignore.global