Files
2025-01-17 11:06:55 -05:00

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