Rename
This commit is contained in:
15
files/.gitconfig
Normal file
15
files/.gitconfig
Normal file
@@ -0,0 +1,15 @@
|
||||
[user]
|
||||
name = Marco Thomas
|
||||
email = ma_tho@web.de
|
||||
[alias]
|
||||
aa = add .
|
||||
st = status
|
||||
sh = show
|
||||
d = diff
|
||||
c = commit -v
|
||||
ca = commit -v --amend
|
||||
co = checkout
|
||||
b = branch
|
||||
pl = pull --rebase
|
||||
ps = push
|
||||
lg = log --oneline --decorate --graph
|
||||
Reference in New Issue
Block a user