Skip to content

Instantly share code, notes, and snippets.

@jansendotsh
Last active January 1, 2020 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jansendotsh/e2122a9b3847fa14ae9bdb40eb3014f9 to your computer and use it in GitHub Desktop.
Save jansendotsh/e2122a9b3847fa14ae9bdb40eb3014f9 to your computer and use it in GitHub Desktop.
map cg shell bash -c "git add %s"
map ch shell bash -c "git diff"
map cj shell bash -c "git commit"
map ck shell -w read -p "Commit message: " msg && bash -c "git commit -m $msg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment