Skip to content

Instantly share code, notes, and snippets.

@nickcheng
Last active April 12, 2017 07:33
Show Gist options
  • Save nickcheng/ae797df17fff33aa64429f2f609f5946 to your computer and use it in GitHub Desktop.
Save nickcheng/ae797df17fff33aa64429f2f609f5946 to your computer and use it in GitHub Desktop.

Check which branch has a specific commit:

git branch --contains 7632ae3be603f7c80e33b2e38731e7f93bfb18de

Git search(search from description):

git log -g --grep=bitcode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment