Prints all the branches not containing a specific commit.
git branch --no-contains <commit>
to see a list of all branches not containing <commit>
.git branch --no-contains <commit>
git branch --no-contains 3050fc0d3
# patch-3
# patch-4
Git, Branch
Prints all the branches containing a specific commit.
Git, Branch
Restores a file deleted in a specific commit.
Git, Branch
Rewinds the current branch by a given number of commits.