0
0
This commit is contained in:
Guy Baconniere
2021-08-16 09:00:55 +02:00
parent 44692816d5
commit c665b6c546
9 changed files with 164 additions and 0 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
sync:
@rsync --exclude .git --exclude .gitignore --exclude .DS_Store -av ~/Piscine/ .
@git add -A
@git status
@git commit -m 'sync'
@git push
all: sync