From e34e4258b87ec9f4ebe2bf240ee3ad6f0e7bb598 Mon Sep 17 00:00:00 2001 From: Baco Date: Sat, 21 Aug 2021 20:28:05 +0200 Subject: [PATCH] commit --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 467dd78..a4b8d44 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,13 @@ sync: + @dig +short vogsphere.baco.net A @git add -A @git status @git commit -m 'commit' @git push 42: + @dig +short vogsphere.baco.net A @rsync --exclude .git --exclude .gitignore --exclude .DS_Store -av ~/Piscine/ . @git add -A @git status