Diferencia entre revisiones de «Usuario:ManuelRomero/proyecto/proyectoIternova/git»
De WikiEducator
(Página creada con «https://wiki.iternova.net/doku.php?id=development:servers:howto_gitlab&s[]=mysql&s[]=smartroads») |
|||
| Línea 1: | Línea 1: | ||
https://wiki.iternova.net/doku.php?id=development:servers:howto_gitlab&s[]=mysql&s[]=smartroads | https://wiki.iternova.net/doku.php?id=development:servers:howto_gitlab&s[]=mysql&s[]=smartroads | ||
| + | |||
| + | <source lang = bash> | ||
| + | git branch //Para ver qué rama hay | ||
| + | |||
| + | git add * //para añadir los ficheros | ||
| + | git commit -m "Mensaje" //para hacer el comit con menaje | ||
| + | git push origin manuel //para subirlo al servidor a mi branch | ||
| + | </source> | ||
Revisión de 10:54 3 may 2016
https://wiki.iternova.net/doku.php?id=development:servers:howto_gitlab&s[]=mysql&s[]=smartroads
git branch //Para ver qué rama hay git add * //para añadir los ficheros git commit -m "Mensaje" //para hacer el comit con menaje git push origin manuel //para subirlo al servidor a mi branch