Created
April 22, 2019 17:21
-
-
Save wayneburkett/30ea3985845b98173692810b2aef1a1c to your computer and use it in GitHub Desktop.
Git description alias
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
alias.about !describe() { msg="$1"; git config branch."$(git rev-parse --abbrev-ref HEAD)".description ${msg:+"$msg"}; }; describe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment