Code Monkey home page Code Monkey logo

dgbook's Introduction

DgBook.architect-awesom

凡事有交代、件件有着落、事事有回音

https://github.com/PowerDG/DgBook.architect-awesome

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

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

Add-Migration Init Update-Database

git config --global user.email "[email protected]"
git config --global user.name "wsx"
git config --global credential.helper store   # git push的时候记住用户名和密码
git config --global push.default simple       #从Git 2.0之后,push.default的默认值由'matching'改为'simple'

dgbook's People

Contributors

powerdg avatar pavwang-beyond avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  avatar

Forkers

jiaobao-pacvue

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.