Skip to content

Instantly share code, notes, and snippets.

@wayneburkett
Created April 22, 2019 17:21
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 wayneburkett/30ea3985845b98173692810b2aef1a1c to your computer and use it in GitHub Desktop.
Save wayneburkett/30ea3985845b98173692810b2aef1a1c to your computer and use it in GitHub Desktop.
Git description alias
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