-
-
Save adi518/6098da664db2a09b2c4ba0cc3423f6ca to your computer and use it in GitHub Desktop.
Get the SHA of some git branch.
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
# Get the SHA of some branch. There must be a better way to do this. | |
git log -1 --pretty=oneline origin/somebranch | sed -E "s/^([^[:space:]]+).*/\1/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment