Last active
September 2, 2021 01:41
-
-
Save mochsner/0db091ebff709656118740851441a79e to your computer and use it in GitHub Desktop.
Git Snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# diff branches | |
git diff --name-only branch_1...branch_2 | |
# Get a tree view of all commits / branches | |
git log --oneline --graph --decorate --all | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment