Skip to content

Instantly share code, notes, and snippets.

@andru255
Created July 19, 2013 00:44
Show Gist options
  • Select an option

  • Save andru255/6034271 to your computer and use it in GitHub Desktop.

Select an option

Save andru255/6034271 to your computer and use it in GitHub Desktop.
tips en terminal.. PARTE I
#para traer una rama remota y crear una local de esa
# remota:local
git fetch origin releases:releases
#diferenciar por nombres de archivos en ambas ramas
# rama-1 rama-2
git diff master b-master --name-only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment