Skip to content

Instantly share code, notes, and snippets.

@jesusmacedo
Created October 19, 2016 16:23
Show Gist options
  • Save jesusmacedo/a906503b2f3038ca6ddcc2419bf48664 to your computer and use it in GitHub Desktop.
Save jesusmacedo/a906503b2f3038ca6ddcc2419bf48664 to your computer and use it in GitHub Desktop.
Useful git commands
// 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