More updates

This commit is contained in:
2025-01-17 11:06:55 -05:00
parent 8b1df3a285
commit 7224a13c4d
2 changed files with 12 additions and 5 deletions
+3 -5
View File
@@ -1,15 +1,13 @@
default: add commit push
status:
git status
add:
git add -A
git add -u
commit:
commit: add
git commit -m "More updates"
push:
push: commit
git push
copy: