git:
	git add .
	git commit -m "$m-update"
	git push -u origin master
# just type make into the terminal to exicute these commands!

