Skip to content

Instantly share code, notes, and snippets.

@DevEarley
Last active July 11, 2020 17:49
Show Gist options
  • Save DevEarley/49157366a67ca24478f85f5bf5e4dd5c to your computer and use it in GitHub Desktop.
Save DevEarley/49157366a67ca24478f85f5bf5e4dd5c to your computer and use it in GitHub Desktop.
C n' P ... Commit & Push ... Command for Git. Just type 'cnp' and then your commit message.
echo off
git add .
git commit -m "%*"
git push
cnp This is a commit message. It should describe any changes I made to myself and others.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment