-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome-gitconfig
More file actions
36 lines (36 loc) · 856 Bytes
/
Copy pathhome-gitconfig
File metadata and controls
36 lines (36 loc) · 856 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
[user]
name = Erik Heinz
email = jerik@gmx.net
[core]
editor = vim
[merge]
tool = vimdiff
[diff]
tool = vimdiff
[difftool]
prompt = false
[alias]
# http://durdn.com/blog/2012/11/22/must-have-git-aliases-advanced-examples/
d = difftool
co = checkout
br = branch
ad = add --all .
ci = commit
cm = commit -am
st = status
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
dl = "!git ll -1"
type = cat-file -t
dump = cat-file -p
alias = ! git config --get-regexp ^alias.
morning = pull
mor = pull
day = pull
info = remote show origin
[push]
default = simple
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f