Skip to content

Instantly share code, notes, and snippets.

@radislaw
Created July 20, 2018 06:52
Show Gist options
  • Select an option

  • Save radislaw/8c69c82519ae4646572529ba352bf531 to your computer and use it in GitHub Desktop.

Select an option

Save radislaw/8c69c82519ae4646572529ba352bf531 to your computer and use it in GitHub Desktop.
show date when branch created
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