- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
Latest commit
31 lines (29 loc) · 662 Bytes
/
Copy pathgitconfig
File metadata and controls
31 lines (29 loc) · 662 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
[user]
email = 141.srivastava@gmail.com
name = Rohit Kumar Srivastava
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
ci = commit
st = status
co = checkout
br = branch
cp = cherry-pick
[color]
status = auto
branch = auto
interactive = auto
ui = true
pager = true
[color "status"]
added = green
changed = red bold
untracked = magenta bold
[color "branch"]
remote = yellow
[color "diff"]
meta = blue bold
frag = magenta bold
old = red bold
new = green bold
[core]
editor = vim