Skip to content

Instantly share code, notes, and snippets.

@urbansky
Last active August 29, 2016 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save urbansky/d6c08495e503429c493beafca4080fe1 to your computer and use it in GitHub Desktop.
Save urbansky/d6c08495e503429c493beafca4080fe1 to your computer and use it in GitHub Desktop.
common git parameter
# Show current branch
git status
# Change branch
git checkout branch_name
# Get all new remote branches
git fetch --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment