Created
January 19, 2018 14:46
-
-
Save cetver/4961bfd6925b75c8c300c3d68896114f to your computer and use it in GitHub Desktop.
Usefull git commands
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
# Shows local branches without remote | |
git branch -vv | cut -c 3- | awk '$3 !~/\[/ { print $1 }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment