5 lines
72 B
Makefile
5 lines
72 B
Makefile
git-%:
|
|
git add .
|
|
git commit -m "$(@:git-%=%)"
|
|
git push origin master
|