Code Monkey home page Code Monkey logo

dg.kms.web's Introduction

Dg.KMS.Web

夜瓜居士-知识管理体系

git remote -v

git push hub 凡事有交代、件件有着落、事事有回音


https://gitee.com/PowerDG/Dg.KMS.Web

[email protected]:PowerDG/Dg.KMS.Web.git

git remote set-url gitee [email protected]:https://gitee.com/PowerDG/Dg.KMS.Web.git

DgBook.architect-awesome

git remote add gitee [email protected]/PowerDG/Dg.KMS.Web.git

git remote add my https://gitee.com/PowerDG/Dg.KMS.Web.git

git remote add hub https://github.com/PowerDG/Dg.KMS.Web.git git pull origin master

git push gitee master

git push origin master

1、首先通过 git remote -v 查看您要同步的仓库的远程库列表,如果在列表中没有您码云的远程库地址,您需要新增一个地址

git remote add 远程库名 远程库地址 eg: git remote add gitee [email protected]:xxx/xxx.git

如果在 add 的时候出现error: Could not remove config section ‘remote.xxx’.一类的错误,通过把仓库下.git/config 文件里面的 [remote “xxx”] 删掉或者是用别的远程库名即可。

2、从GitHub上拉取最新代码到本地

git pull 远程库名 分支名 eg:git pull origin master

3、推送本地最新代码到码云上

git push 远程库名 分支名 eg:git push gitee master

git config --global credential.helper store

[remote "gitee"] url = https://gitee.com/PowerDG/Dg.KMS.Web.git fetch = +refs/heads/:refs/remotes/gitee/ url = https://github.com/PowerDG/Dg.KMS.Web.git

dg.kms.web's People

Contributors

powerdg avatar

Stargazers

Martin Grasso avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.