Skip to content

Instantly share code, notes, and snippets.

@ciiqr
Created February 7, 2019 17:42
Show Gist options
  • Save ciiqr/96b26fffa64f1a1e240c5f8d1419cdf2 to your computer and use it in GitHub Desktop.
Save ciiqr/96b26fffa64f1a1e240c5f8d1419cdf2 to your computer and use it in GitHub Desktop.
# git commit with "branch: " prefix
git config --global alias.cmb '!f() { \
git cm "$(git rev-parse --abbrev-ref HEAD): $1" "${@:2}"; \
}; f'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment