0
0
Files
42piscine/Makefile
2021-08-17 08:36:57 +02:00

17 lines
227 B
Makefile

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