-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgitconfig
More file actions
49 lines (41 loc) · 908 Bytes
/
gitconfig
File metadata and controls
49 lines (41 loc) · 908 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
47
48
49
[alias]
ci = commit
ca = commit --amend
cae = commit --amend --no-edit
cl = clean -fd
au = add -u
co = checkout
di = diff
st = status
stu = status -uno
ann = annotate
b = branch
l = log --date-order --graph --pretty='%h %C(red)%an%Creset %s %C(yellow)%ar %C(green)%d%Creset'
c = log --date-order --pretty='%h %C(red)%an%Creset %s %C(yellow)%ar %C(green)%d%Creset'
f = fetch -pt --all
r = reset HEAD
ba = branch -avv
[push]
default = current
[diff]
renames = true
[color]
ui = true
[color "branch"]
current = cyan
local = yellow
remote = green
[color "diff"]
meta = blue bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = magenta bold
changed = green bold
untracked = blue bold
[user]
name = Pavan Yalamanchili
email = pyalamanchili@twitter.com
[core]
excludesfile = /home/pyalamanchili/.gitignore