Created
July 19, 2013 00:44
-
-
Save andru255/6034271 to your computer and use it in GitHub Desktop.
tips en terminal.. PARTE I
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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