Created
July 20, 2018 06:52
-
-
Save radislaw/8c69c82519ae4646572529ba352bf531 to your computer and use it in GitHub Desktop.
show date when branch created
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 reflog show --date=local --all | sed 's!^.*refs/!refs/!' | grep '/branch-name' | tail -1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment