0
0
Files
42piscine/Makefile

19 lines
321 B
Makefile
Raw Permalink 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-23 18:04:39 +02:00
@rsync --exclude '.*.swp' --exclude '.git' --exclude '.gitignore' --exclude '.DS_Store' -av ~/Piscine/ .
2021-08-16 09:00:55 +02:00
@git add -A
@git status
@git commit -m 'sync'
@git push
all: sync