m_push:
	git add -A
	git commit -m "modification to structure or related"
	git push

a_push:
	git add -A
	git commit -m "addition of new files"
	git push
