Copy Latest SHA
Useful for when commenting a just-requested change.
alias sha='git push && echo "Done in $(git rev-parse HEAD)" | pbcopy && echo "SHA copied to clipboard"'
Useful for when commenting a just-requested change.
alias sha='git push && echo "Done in $(git rev-parse HEAD)" | pbcopy && echo "SHA copied to clipboard"'