赞
踩
Git是分布式版本控制软件,同⼀个Git仓库,可以分布到不同的机器上。
github⽹站就是提供Git仓库托管服务的,所以,只要注册⼀个GitHub账号,就可以免费获得Git远程仓库。github官⽹:https://github.com/
github官⽹-> ⽤户图标-> 设置
公钥在~/.ssh目录下的id_rsa.pub文件中
git remote add origin git@github.com:pythonde/newRepository.git
git remote -v
git push origin dev
git pull --rebase origin dev
git clone git@github.com:pythonde/newRepository.git
git remote rm origin
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。