Skip to content

Instantly share code, notes, and snippets.

@AndrewFeeney
Created March 26, 2019 00:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrewFeeney/03d4bc33d033b7a7c956d37fbb7c5599 to your computer and use it in GitHub Desktop.
Save AndrewFeeney/03d4bc33d033b7a7c956d37fbb7c5599 to your computer and use it in GitHub Desktop.
A set of bash scripts to set a pre-written commit message and make the commit with the pre-written message
#!/usr/bin/env bash
vim ./COMMIT_MSG.aim.txt
#!/usr/bin/env bash
vim ./COMMIT_MSG.aim.txt
git commit -F ./COMMIT_MSG.aim.txt
rm ./COMMIT_MSG.aim.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment