Rename folder

This commit is contained in:
Marco Thomas
2020-09-09 22:56:56 +02:00
parent 35e7a89ade
commit 84372f4c4a
328 changed files with 1 additions and 1 deletions

15
laptop/.gitconfig Normal file
View File

@@ -0,0 +1,15 @@
[user]
name = Marco Thomas
email = mthomas@marcmk.de
[alias]
aa = add .
st = status
sh = show
d = diff
c = commit -v
ca = commit -v --amend
co = checkout
b = branch
l = pull
p = push
lg = log --oneline --decorate --graph