-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitconfig
More file actions
51 lines (49 loc) · 1.27 KB
/
gitconfig
File metadata and controls
51 lines (49 loc) · 1.27 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
[user]
name = Marian Ignev
email = m.ignev@gmail.com
[github]
user = mignev
[color]
ui = auto
[color "status"]
added = green
changed = yellow
untracked = cyan
[alias]
st = status
s = status -s -b
ci = commit
c = commit -am
cm = commit --amend -am
cim = commit --amend -m
ec = commit --allow-empty -am
br = branch
co = checkout
df = diff
dn = diff --name-status
pa = format-patch master --stdout
lg = log -p
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
lolns = log --name-status --pretty=oneline
ll = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
ls = ls-files
srb = svn rebase
sc = svn dcommit
hrevert = reset --hard HEAD@{1}
[hooks]
mailinglist = "dplus@abv.bg"
senderemail = "m.ignev@gmail.com"
emailprefix = "[Git:PokkiImageCrop:mignev@dropbox]"
post-receive-logfile = "/tmp/post-receive-logfile"
[core]
autocrlf = input
excludesfile = /Users/mignev/.gitignore
[sendemail]
confirm = auto
chainreplyto = false
[push]
default = current
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f