Show HN: Shithub: Public Git Hosting on 9front(shithub.us)22 points·by ori_b·5 anni fa·2 commentsshithub.usShow HN: Shithub: Public Git Hosting on 9fronthttps://shithub.us3 commentsPost comment[–]9jh·5 anni fareplyLong live the fragrant host!~Creating a Repository~rcpu -h shithub.us \-c newrepo -d 'description here' \-c '[email protected]' reponamemkdir reponamecd reponamegit/init -u hjgit://shithub.us/username/reponametouch filenamegit/add filenamegit/commit -m 'first commit' filenamegit/push[+][deleted]·5 anni fa[–]shae·5 anni fareplyI'm a fan, this is really cool!
~Creating a Repository~
rcpu -h shithub.us \
-c newrepo -d 'description here' \
-c '[email protected]' reponame
mkdir reponame
cd reponame
git/init -u hjgit://shithub.us/username/reponame
touch filename
git/add filename
git/commit -m 'first commit' filename
git/push