Quick setup — if you've done this kind of thing before

Get started by setting up a new repository on your machine and pushing it here.

…or push an existing repository from the command line

git remote add origin https://shithub.sh/chenghuaning/helloshithub.git
git branch -M trunk
git push -u origin trunk