Files
Documentation/Makefile
T
2021-12-22 11:31:00 -05:00

11 lines
99 B
Makefile

default: add commit push
add:
git add -A
commit:
git commit -m "More updates"
push:
git push