Created
February 7, 2019 17:42
-
-
Save ciiqr/96b26fffa64f1a1e240c5f8d1419cdf2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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