obdev/Makefile

9 lines
64 B
Makefile
Raw Normal View History

2024-01-11 20:00:43 -06:00
push:
git add --all
git commit -a
git push
pull:
git pull