3 comments

[ 5.1 ms ] story [ 19.9 ms ] thread
I'm a fan, this is really cool!
(comment deleted)
Long live the fragrant host!

~Creating a Repository~

rcpu -h shithub.us \

-c newrepo -d 'description here' \

-c 'glenda@9front.gov' 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