Fulltext results:
- Git
- [DIR] Bare: git init --bare [DIR] === Log === See commits between branches: git log master..develop ===== Branches ===== === List Branches === git ... Diff ===== If you only want the changes files between branches, you can user this: git diff --name-