0
0
Files
42piscine/Makefile
Guy Baconniere c665b6c546 sync
2021-08-16 09:00:55 +02:00

11 lines
160 B
Makefile

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