Add .gitconfig
This commit is contained in:
parent
a08af6b9e2
commit
003391d197
|
@ -0,0 +1,13 @@
|
|||
[user]
|
||||
name = Peter J. Holzer
|
||||
email = hjp@hjp.at
|
||||
[alias]
|
||||
co = checkout
|
||||
ci = commit
|
||||
st = status
|
||||
br = branch
|
||||
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
|
||||
type = cat-file -t
|
||||
dump = cat-file -p
|
||||
[push]
|
||||
default = simple
|
Loading…
Reference in New Issue