Fulltext results:
- Git
- ====== Git ====== ===== Basics ===== === Init Repository === Standard: git init [DIR] Bare: git in... lete Branch === git branch -d BRANCH === Delete Remote Branch === git push origin -d BRANCH === Li... st branches with commits, which are not in branch REF: git branch --no-merged REF For example, list unmerged branches, which are not in ''develop'': g