0
0
Files
42piscine/Makefile

19 lines
295 B
Makefile
Raw Normal View History

2021-08-16 09:00:55 +02:00
sync:
2021-08-21 20:28:05 +02:00
@dig +short vogsphere.baco.net A
2021-08-17 08:36:57 +02:00
@git add -A
@git status
@git commit -m 'commit'
@git push
42:
2021-08-21 20:28:05 +02:00
@dig +short vogsphere.baco.net A
2021-08-16 09:00:55 +02:00
@rsync --exclude .git --exclude .gitignore --exclude .DS_Store -av ~/Piscine/ .
@git add -A
@git status
@git commit -m 'sync'
@git push
all: sync