0
0
Files
42piscine/Makefile

11 lines
160 B
Makefile
Raw Normal View History

2021-08-16 09:00:55 +02:00
sync:
@rsync --exclude .git --exclude .gitignore --exclude .DS_Store -av ~/Piscine/ .
@git add -A
@git status
@git commit -m 'sync'
@git push
all: sync