11 2015 档案
摘要:$ git config --global user.name "yourname"$ git config --global user.email "youremail"配置ssh $ ssh-keygen -t rsa -C "youremail"$ eval `ssh-agent -s` 执行...
阅读全文
摘要:git branch myfeture 创建分支git checkout myfeturegit add --allgit commit -mgit push origin myfeturegit checkout mastergit merge myfeturegit push
阅读全文

浙公网安备 33010602011771号