-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
28 lines (28 loc) · 740 Bytes
/
gitconfig
File metadata and controls
28 lines (28 loc) · 740 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
[user]
name = alexanderd
email = [email here]
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
st = status -sb
co = checkout
br = branch
ci = commit
undo = reset --soft HEAD^
count = shortlog -sn
[color]
ui = 1
diff = auto
status = auto
branch = auto
[core]
excludesfile = /Users/alex/.gitignore
editor = subl -n -w
autocrlf = input
[apply]
whitespace = nowarn
[format]
pretty = %C(yellow)%h%Creset %s %C(red)(%an, %cr)%Creset
[github]
user = adimitrov
[merge]
tool = opendiff