Git Product home page Git Product logo

gitlen's Introduction

gitlen

提交项目 1.我是新分支内容 (一)git学习笔记项目开发工作:

   一.当我们进行项目开发时,通常会建立几个分支,每个人在不同的分支上工作,工作完成后需要把工作
      内容合并的总的开发分支上,然后开发分支上的代码是最新代码,当开发分支上的功能完成后,经过
      测试,测试通过后,我们将dev分支上的代码会合并到master分支上,这样工作就会有条有理的进行
      下去了
   二.git工作步骤:
        (1)在自己的开发分支上进行工作,当开发完成后,需要把自己的开发内容添加到暂存区,然后
        commit提交开发的内容,最后push到远程仓库。
        (2)在自己的开发分支上push完后,我们再切换到dev分支上,把dev分支上的代码pull一下,保证
        远程上的分支的代码和本地dev分支代码同步,然后,我们把自己开发的远程分支的最新内容合并到
        dev分支上,这样本地的dev分支就是自己开发的内容和队友开发的内容。合并之后肯定会遇到冲突,
        我们可以解决冲突,然后,把冲突解决完后,再把代码push到远程dev分支上,这样远程dev分支上
        的代码就是和队友一起开发的最新功能,这样就达到了分工合作的目的。
        注意:
             冲突是无法避免的,主要是我们默契工作

1.本次项目提交是为了学习git版本管理 2.本次为首次提交 3.本次为追加提交

gitlen's People

Contributors

sudeqiangxx avatar

Stargazers

 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.