Created
December 10, 2024 13:51
-
-
Save 3dgoose/49c7831a9ebe7a1a5b0786998650ad7e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
git add . | |
# Commit Message | |
commmitMsg=$(gum input --placeholder="Commit message") | |
git commit -S -m "$commmitMsg" | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment