Skip to content

Instantly share code, notes, and snippets.

@windsting
Last active November 16, 2017 04:10
Show Gist options
  • Save windsting/60ad7ea31adee9ae110854d64571ae30 to your computer and use it in GitHub Desktop.
Save windsting/60ad7ea31adee9ae110854d64571ae30 to your computer and use it in GitHub Desktop.
Useful git command

Useful git command

  1. git checkout for Remote Branches
    $ git checkout --track origin/newsletter
    Branch newsletter set up to track remote branch newsletter from origin.
    Switched to a new branch 'newsletter'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment