Skip to content

Instantly share code, notes, and snippets.

@3dgoose
Created December 10, 2024 13:51
Show Gist options
  • Save 3dgoose/49c7831a9ebe7a1a5b0786998650ad7e to your computer and use it in GitHub Desktop.
Save 3dgoose/49c7831a9ebe7a1a5b0786998650ad7e to your computer and use it in GitHub Desktop.
#!/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