Created
October 19, 2016 16:23
-
-
Save jesusmacedo/a906503b2f3038ca6ddcc2419bf48664 to your computer and use it in GitHub Desktop.
Useful git commands
This file contains hidden or 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
// List all local-remote branches | |
git branch -a | |
// Clean up all the deleted remote branches in the local data | |
git remote prune origin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment