commit
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,11 +1,13 @@
|
|||||||
|
|
||||||
sync:
|
sync:
|
||||||
|
@dig +short vogsphere.baco.net A
|
||||||
@git add -A
|
@git add -A
|
||||||
@git status
|
@git status
|
||||||
@git commit -m 'commit'
|
@git commit -m 'commit'
|
||||||
@git push
|
@git push
|
||||||
|
|
||||||
42:
|
42:
|
||||||
|
@dig +short vogsphere.baco.net A
|
||||||
@rsync --exclude .git --exclude .gitignore --exclude .DS_Store -av ~/Piscine/ .
|
@rsync --exclude .git --exclude .gitignore --exclude .DS_Store -av ~/Piscine/ .
|
||||||
@git add -A
|
@git add -A
|
||||||
@git status
|
@git status
|
||||||
|
|||||||
Reference in New Issue
Block a user