标签:com 服务 项目 仓库 art ref sheet 命令 输入
ssh-keygen -t rsa -C “你的邮箱”
ssh -T git@github.com
gitconfig –global user.name “用户名”
gitconfig –globaluser.email “邮箱”
cd目标盘/目标文件夹
gitinit
gitremoteaddorigingit@github.com:用户名/仓库名
git pull git@github.com:用户名/仓库名
gitadd文件名
gitcommit - 内容/注释
gitpushgit@github.com:用户名/仓库名
http://www.cnblogs.com/cspku/articles/Git_cmds.html
http://www.cnblogs.com/schaepher/p/4933873.html
http://blog.csdn.net/jingtiangao/article/details/52785887
标签:com 服务 项目 仓库 art ref sheet 命令 输入
原文地址:http://www.cnblogs.com/leexingqing/p/7372948.html