Skip to content

Instantly share code, notes, and snippets.

@alanhortz
Created November 27, 2019 08:41
Show Gist options
  • Save alanhortz/957abfb4b9ed047d996ac23299a46cc4 to your computer and use it in GitHub Desktop.
Save alanhortz/957abfb4b9ed047d996ac23299a46cc4 to your computer and use it in GitHub Desktop.
Commit Message Driven Development
function aim() { vim ./COMMIT_MSG; }
function fire() { vim ./COMMIT_MSG && ( git commit -F ./COMMIT_MSG $* ) && rm ./COMMIT_MSG; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment