a0504e0
1
2
3
4
5
6
7
8
9
.PHONY: commit push commit: git add . git commit -m "Commit message" push: commit git push