Fulltext results:
- Git
- Bare: git init --bare [DIR] === Log === See commits between branches: git log master..develop =====... List unmerges branches === List branches with commits, which are not in branch REF: git branch --no-m... branch --no-merged develop === List unmerges commits === List commits in branch BRANCH, which are not in branch REF: git cherry -v REF BRANCH For example