echo "# yiishop" >> README.md git init git add README.md git commit -m "first commit" git remote add origin git@github.com:wangguangzme/yiishop.gitgit push -u origin master
git status
git log
git branch 查看所有版本
git branch 分支名
git checkout 分支名
echo "# yiishop" >> README.md git init git add README.md git commit -m "first commit" git remote add origin git@github.com:wangguangzme/yiishop.gitgit push -u origin master
git status
git log
git branch 查看所有版本
git branch 分支名
git checkout 分支名