Skip to content

Instantly share code, notes, and snippets.

@mrbusche
Created November 30, 2017 18:48
Show Gist options
  • Save mrbusche/47b1f88f5c8bfa21c652bca29b7415f4 to your computer and use it in GitHub Desktop.
Save mrbusche/47b1f88f5c8bfa21c652bca29b7415f4 to your computer and use it in GitHub Desktop.
Where is my git commit
git branch -r --contains {commit}
tells you all of the branches (including remote) that contain a commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment