Push dots

This commit is contained in:
Marco Thomas
2020-08-21 17:09:27 +02:00
committed by Marc
commit 246e1fb1fc
330 changed files with 16534 additions and 0 deletions

12
laptop-nord/.gitconfig Normal file
View File

@@ -0,0 +1,12 @@
[alias]
aa = add .
st = status
sh = show
d = diff
c = commit -v
ca = commmit -v --amend
co = checkout
b = branch
l = pull
p = push
log = log --oneline --decorate --graph