More updates

This commit is contained in:
2021-12-22 11:31:00 -05:00
parent 99926db7b5
commit a3c1ea4aaf
+10 -2
View File
@@ -1,2 +1,10 @@
default: default: add commit push
git add -A && git commit -m "More updates" && git push
add:
git add -A
commit:
git commit -m "More updates"
push:
git push