Changes between Version 8 and Version 9 of Git


Ignore:
Timestamp:
Jan 8, 2025, 11:38:34 PM (4 months ago)
Author:
Izuru Yakumo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Git

    v8 v9  
     1**Currently broken, at this point I'm not going to bother to fix this, again. ~Izuru Yakumo**\\
    12
    23== Git
     
    45See also `create-repo` from your [[Geidontei]] shell session.
    56
    6 All repositories can be viewed at {{{ https://git.chaotic.ninja/gitweb/USER }}}\\
    7 You must have a {{{ ~/public_git }}} directory and a shell account in order to appear on the user list found [https://git.chaotic.ninja here]
    8 
    9 Alternatively, they can be seen on [https://cgit.chaotic.ninja cgit]
    10 
    117=== Setting up the remote
    12 ==== HTTP
    13 In order to use this, you must create additional credentials from your shell session and notify the staff.
    14 
    15 See [https://man.chaotic.ninja/?page=htpasswd.1 htpasswd(1)]
    16 
    17 {{{
    18 git remote add origin https://git.chaotic.ninja/git/USER/REPOSITORY
    19 }}}
    208
    219==== SSH
    2210{{{
    23 git remote add origin USER@chaotic.ninja:public_git/REPOSITORY.git
     11git remote add origin USER@s1.yakumo.dev:public_git/REPOSITORY.git
    2412}}}