We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187fbeb commit b1de3a3Copy full SHA for b1de3a3
1 file changed
basics/git_add.sh
@@ -47,4 +47,4 @@ git add "$filename"
47
git commit -m "$commit_msg"
48
git push origin "$branch"
49
50
-echo "'$filename' successfully committed and pushed to '$branch'!"
+echo "'$filename' successfully committed and pushed to '$branch'"
0 commit comments