default: add commit push

add:
	git add -A

commit:
	git commit -m "More updates"

push:
	git push
