Show HN: Shithub: Public Git Hosting on 9front(shithub.us)22 points·by ori_b·5 ปีที่แล้ว·2 commentsshithub.usShow HN: Shithub: Public Git Hosting on 9fronthttps://shithub.us3 commentsPost comment[–]9jh·5 ปีที่แล้วreplyLong 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 ปีที่แล้ว[–]shae·5 ปีที่แล้วreplyI'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