linux:sistemaoperativo:git
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| linux:sistemaoperativo:git [2019/02/12 11:43] – grillo | linux:sistemaoperativo:git [2019/02/12 11:52] (actual) – grillo | ||
|---|---|---|---|
| Línea 23: | Línea 23: | ||
| clonar contra https con certificado erroneo | clonar contra https con certificado erroneo | ||
| - | ``` | + | ``` |
| GIT_SSL_NO_VERIFY=true git clone https:// | GIT_SSL_NO_VERIFY=true git clone https:// | ||
| git config http.sslVerify " | git config http.sslVerify " | ||
| Línea 107: | Línea 107: | ||
| ``` | ``` | ||
| - | borrar rama remota``` | + | borrar rama remota |
| + | ``` | ||
| git push origin : | git push origin : | ||
| ``` | ``` | ||
| Línea 241: | Línea 242: | ||
| Mensaje con servidor y repositorio | Mensaje con servidor y repositorio | ||
| - | ``` | + | ``` |
| $ git config hooks.showrev "t=%s; printf ' | $ git config hooks.showrev "t=%s; printf ' | ||
| ``` | ``` | ||
| Línea 270: | Línea 271: | ||
| 1) | 1) | ||
| Clonar repositorio | Clonar repositorio | ||
| - | ``` | + | ``` |
| git clone ssh:// | git clone ssh:// | ||
| cd debian7base | cd debian7base | ||
| Línea 288: | Línea 289: | ||
| Agregar archivos nuevos al indice | Agregar archivos nuevos al indice | ||
| - | ``` | + | ``` |
| git add . | git add . | ||
| ``` | ``` | ||
| Modificar archivos existentes | Modificar archivos existentes | ||
| - | ``` | + | ``` |
| vim README | vim README | ||
| ``` | ``` | ||
linux/sistemaoperativo/git.1549971796.txt.gz · Última modificación: 2019/02/12 11:43 por grillo