This commit is contained in:
Marco Thomas
2020-09-30 18:46:26 +02:00
parent 8db26833c1
commit 55dc499bab
326 changed files with 0 additions and 1 deletions

15
files/.gitconfig Normal file
View 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