Coder Social home page Coder Social logo

learn_git_qlh's Introduction

Git is a version control system.
Git is free software.

Git is a distributed version control system.
Git is free software.

Git is a distributed version control system.
Git is free software distributed under the GPL.

增加了汉字

又增加了内容

20181222

第一次修改测试

第二次修改测试

测试sshkey

还是需要输入密码?如何解决


在添加远程库的时候使用了https的方式。。所以每次都要用https的方式push到远程库,速度还慢。

查看使用的传输协议:

git remote -v
重新设置成ssh的方式:

git remote rm origin
git remote add origin [email protected]:username/repository.git
git push -u origin master

------------------------------

创建了新的分支,123 && 456 && 789099
----------------------

Creating a new branch is quick & simple.

Creating a new branch is quick AND simple.
----------------------------------
分支策略管理

---------------
bug 分支

learn_git_qlh's People

Contributors

qinliuhuan avatar

Watchers

James Cloos 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.