git 提交代码到远程仓库

2017-12-26  本文已影响17人  seelingzheng

全局配置

git config --global user.name ''
git config --global user.email 'xx@xx.com'

   cd existingPro
   git remote add origin 'git@gitcafe.com:seelingzheng/testgit'
   git push -u origin master
   git push -f
    git clone https://github.com/{username}/{proname}.git

更多内容,欢迎关注公众号


seeling_GIS
上一篇 下一篇

猜你喜欢

热点阅读