newrepo.1 (931B) [raw]
1 .Dd October 1, 2021 2 .Dt NEWREPO 1 3 .Os 4 .Sh NAME 5 .Nm newrepo 6 .Nd create a new public git repository for web hosting 7 .Sh SYNOPSIS 8 .Nm 9 .Ar name 10 .Sh DESCRIPTION 11 .Nm 12 creates a new repository configured with the proper 13 .Xr stagit 1 14 git-hooks so that changes pushed to it are shown on 15 .Lk https://git.garbash.com . 16 In addition, 17 the repository is configured for public access via the 18 .Xr git-daemon 1 19 (git:// protocol). 20 .Pp 21 This is an interactive tool; 22 it will prompt for a one-line description of the repository for 23 the homepage index. 24 .Sh FILES 25 .Bl -tag -width "$HOME/git/<name>.git" 26 .It Pa $HOME/git/<name>.git 27 location of new bare git repository 28 .It Pa $HOME/git 29 a symlink to the system git directory under 30 .Pa /var/git/$USER 31 .El 32 .Sh SEE ALSO 33 .Xr git 1 , 34 .Xr git-daemon 1 , 35 .Xr stagit 1 36 .Sh HISTORY 37 Created by ~alex upon setting up 38 .Xr stagit 1 . 39 The whole history is posted here: 40 .Lk https://garbash.com/~alex/notes/007-git-coding.txt