Changes between Version 8 and Version 9 of Git
- Timestamp:
- Jan 8, 2025, 11:38:34 PM (4 months ago)
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**\\ 1 2 2 3 == Git … … 4 5 See also `create-repo` from your [[Geidontei]] shell session. 5 6 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 11 7 === Setting up the remote 12 ==== HTTP13 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/REPOSITORY19 }}}20 8 21 9 ==== SSH 22 10 {{{ 23 git remote add origin USER@ chaotic.ninja:public_git/REPOSITORY.git11 git remote add origin USER@s1.yakumo.dev:public_git/REPOSITORY.git 24 12 }}}