== Git The borderline insane distributed version control system from the depths of hell.\\ See also `create-repo` from your [[Geidontei]] shell session. All repositories can be viewed at {{{ https://git.chaotic.ninja/gitweb/USER }}}\\ 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] == Setting up the remote === HTTP In order to use this, you must create additional credentials from your shell session and notify the staff. See [https://man.chaotic.ninja/?page=htpasswd.1 htpasswd(1)] {{{ git remote add origin https://git.chaotic.ninja/git/USER/REPOSITORY }}} === SSH {{{ git remote add origin USER@chaotic.ninja:public_git/REPOSITORY.git }}}