Diferenzas
Isto amosa as diferenzas entre a revisión seleccionada e a versión actual da páxina.
Next revision | Previous revision | ||
inv:git [2013/03/08 12:22] – creado ismael.rodriguez | inv:git [2013/03/22 10:10] (actual) – [Comandos Útiles] adrian.gonzalez | ||
---|---|---|---|
Liña 1: | Liña 1: | ||
====== Git ====== | ====== Git ====== | ||
- | ===== Comandos | + | ===== Comandos |
^ Comando ^ Explicación | ^ Comando ^ Explicación | ||
- | | git add -u | Añade al stash tanto los ficheros nuevos/ | + | | 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:// |