Fulltext results:
- Git
- git log master..develop ===== Branches ===== === List Branches === git branch === Switch Branch === ... Remote Branch === git push origin -d BRANCH === List unmerges branches === List branches with commits, which are not in branch REF: git branch --no-merged REF For example, list unmerged branches, which are not in ''develop'':