日志

今天就是未来,没有人能代替你奋斗!自己造的船,终有一天它会扬帆远航!

我不会忘了我
忘了我曾说过一定会得到的梦想 ——《老大》小柯

生活的艰难,更会激发对梦想的渴望,但艰难的生活却往往会成为梦想的绊脚石

Quick setup — if you’ve done this kind of thing before
Set up in Desktop or
HTTPS
SSH

[email protected]:murainy/SafeExam.git

We recommend every repository include a README, LICENSE, and .gitignore.
…or create a new repository on the command line

echo "# SafeExam" >> README.md
git init 
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:murainy/SafeExam.git
git push -u origin master

…or push an existing repository from the command line

git remote add origin [email protected]:murainy/SafeExam.git
git push -u origin master

…or import code from another repository
You can initialize this repository with code from a Subversion, Mercurial, or TFS project.

Import code