Changes between Initial Version and Version 1 of TranslationEs/Git


Ignore:
Timestamp:
Sep 27, 2024, 3:47:48 PM (7 weeks ago)
Author:
Izuru Yakumo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TranslationEs/Git

    v1 v1  
     1
     2== Git
     3El sistema de control de versiones distribuido que raya en lo insano, surgido de las profundidades del infierno.\\
     4Véase también `create-repo` desde su sesión en [wiki:TranslationEs/Geidontei].
     5
     6Todos los repositorios se pueden ver en {{{ https://git.chaotic.ninja/gitweb/USUARIO }}}\\
     7Debes tener un directorio {{{ ~/public_git }}} y una cuenta de shell para aparecer en la lista de usuarios que se encuentra [https://git.chaotic.ninja aquí]
     8
     9Alternatívamente, se pueden ver en [https://cgit.chaotic.ninja cgit]
     10
     11=== Configuración del remoto
     12==== HTTP
     13Para poder utilizar esto, debe crear credenciales adicionales desde su sesión de shell y notificar al personal.
     14
     15Véase [https://man.chaotic.ninja/?page=htpasswd.1 htpasswd(1)]
     16
     17{{{
     18git remote add origin https://git.chaotic.ninja/git/USUARIO/REPOSITORIO
     19}}}
     20
     21==== SSH
     22{{{
     23git remote add origin USUARIO@chaotic.ninja:public_git/REPOSITORIO.git
     24}}}