Searching in branches

suggest change

To list local branches that contain a specific commit or tag

git branch --contains <commit>

To list local and remote branches that contain a specific commit or tag

git branch -a --contains <commit>

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents