- 安装Git
- 配置Git生成sshkey,并配置到GitHub上(C:UsersAdministrator.sshid_rsa.pub)
git config --global user.name "Your Name" git config --global user.email "email@example.com" ssh-keygen -t rsa -C "youremail@example.com"
3. git clone git@github.com:michaelliao/gitskills.git
4. 拉取同步分支git pull origin master
5. Git基本命令



