chatpdf / Makefile
darthPanda's picture
Commit message
a0504e0
raw
history blame
96 Bytes
.PHONY: commit push
commit:
git add .
git commit -m "Commit message"
push: commit
git push