[–] 9jh 5y ago ↗ Long live the fragrant host!~Creating a Repository~rcpu -h shithub.us \-c newrepo -d 'description here' \-c 'glenda@9front.gov' reponamemkdir reponamecd reponamegit/init -u hjgit://shithub.us/username/reponametouch filenamegit/add filenamegit/commit -m 'first commit' filenamegit/push
3 comments
[ 5.1 ms ] story [ 19.9 ms ] thread~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