Diferenzas
Isto amosa as diferenzas entre a revisión seleccionada e a versión actual da páxina.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
inv:git [2013/03/08 12:23] – ismael.rodriguez | inv:git [2013/03/22 10:10] (actual) – [Comandos Útiles] adrian.gonzalez | ||
---|---|---|---|
Liña 3: | Liña 3: | ||
===== Comandos Útiles ===== | ===== Comandos Útiles ===== | ||
^ Comando ^ Explicación | ^ Comando ^ Explicación | ||
- | | git add -u file1, | + | | git add -u files | Añade al stash tanto los ficheros nuevos/ |
- | + | | git commit -m '< | |
- | + | | git checkout -b < | |
+ | | git branch | lista las ramas locales, (-r los remotos, y -a todos) | | ||
+ | | git branch < | ||
+ | | git branch -d < | ||
+ | | git checkout < | ||
+ | | git status | ||
+ | | git push < | ||
+ | | git remote add < | ||
+ | | git remote rm < | ||
+ | | git remote rename < | ||
+ | | git remote set-url < | ||
+ | | git fetch < | ||
+ | | git pull < | ||
===== Enlaces ===== | ===== Enlaces ===== | ||
- [[http:// | - [[http:// |