18 lines
265 B
Makefile
18 lines
265 B
Makefile
status:
|
|
git status
|
|
|
|
add:
|
|
git add -u
|
|
|
|
commit: add
|
|
git commit -m "More updates"
|
|
|
|
push: commit
|
|
git push
|
|
|
|
copy:
|
|
rsync -avu --exclude=.git ./ ~/public_html/documentation/
|
|
|
|
ubuntu:
|
|
sudo apt update && sudo apt upgrade && sudo apt dist-upgrade && sudo apt autoremove
|