Test Makefile

This commit is contained in:
Mariam 2024-01-11 20:00:43 -06:00
parent f815a463c6
commit e856b0ffb8
1 changed files with 8 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
push:
git add --all
git commit -a
git push
pull:
git pull