常用Git命令
git init
git pull
$ ssh-keygen -t rsa -C "youremail@example.com"
git clone git@github.com:fast-cache/fast-cache.git
cd fast-cache
git config user.name 'fast-cache'
git config user.email 'fast-cache@github.com'
git add .
git commit -m "first update"
git push origin master