diff options
| author | Bobby <[email protected]> | 2022-11-05 00:41:17 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-05 00:41:17 -0400 |
| commit | 7298bf4535c1f9ca624997463c39c852549a63da (patch) | |
| tree | 298ca91d689766b07e3c58d0d9115e9cba35c882 | |
| parent | bd7f25c84345fa72a3b0c545f10f6b857d8e041a (diff) | |
| download | texty-7298bf4535c1f9ca624997463c39c852549a63da.tar.xz texty-7298bf4535c1f9ca624997463c39c852549a63da.zip | |
feat:
| -rwxr-xr-x | commit.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -59,7 +59,9 @@ commit() { then # If the branch is the current branch, commit the files git commit $1 -m "$2" - git push origin $branch + echo $1 + echo $2 + # git push origin $branch else # If the branch is not the current branch, checkout the branch and commit the files git checkout $3 |
