From 7298bf4535c1f9ca624997463c39c852549a63da Mon Sep 17 00:00:00 2001 From: Bobby Date: Sat, 5 Nov 2022 00:41:17 -0400 Subject: feat: --- commit.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'commit.sh') diff --git a/commit.sh b/commit.sh index 6eda90f..0643232 100755 --- a/commit.sh +++ b/commit.sh @@ -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 -- cgit v1.2.3