My OpooPress Blog

Just another OpooPress.com site.

新博客

| Comments

mvn op:new-post -Dtitle="世界,你好" -Dname="hello-world"
fatal: You are on a branch yet to be born

Create a new repository on the command line

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin git@github.com:VilenEera/test.git
git push -u origin master

Comments