Updated README.md

This commit is contained in:
2024-02-14 05:16:45 -07:00
parent 911f8dd47a
commit 58fa16663e
2 changed files with 5 additions and 1 deletions

4
g Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
git add .;
git commit -a -m "$1";
git push -u origin "$2"