README.md (983B) - raw


      1 # Git shell commands
      2 
      3 These scripts are useful to have in the git-shell when making a git server. Some
      4 of the scripts assume that you have my version of stagit installed.
      5 
      6 Some of the scripts are based on the ones found [here][src].
      7 
      8 (This repo is under the git user, which automatically opens the git shell. To make changes and push, use su --shell /usr/bin/bash git)
      9 
     10 ## License
     11 
     12 This repository is licensed under the CC0 1.0 Universal license and therefore is
     13 part of the public domain. To the extent possible under law, the person who
     14 associated CC0 with this work has waived all copyright and related or
     15 neighboring rights to this work. You can find a copy of the CC0 license on the
     16 `COPYING` file or [here][license].
     17 
     18 
     19 [src]: <https://web.archive.org/web/20170409185637/http://planzero.org/blog/2012/10/24/hosting_an_admin-friendly_git_server_with_git-shell> "Hosting an admin-friendly git server with git-shell"
     20 [license]: <https://creativecommons.org/publicdomain/zero/1.0/>