Skip to content

Instantly share code, notes, and snippets.

@xyulex
Created February 1, 2016 11:21
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 xyulex/18a923df43b50c0e7e7a to your computer and use it in GitHub Desktop.
Save xyulex/18a923df43b50c0e7e7a to your computer and use it in GitHub Desktop.
GIT: Clonar una branch del repo
git clone -b <NOMBRE_BRANCH> --single-branch <URL_REPO>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment