Giter Site home page Giter Site logo

git-cooperation-bool's Introduction

git-cooperation

For git training demonstration

操作 预期结果 涉及文件
main和dev编辑同一行 保留main的改动 edit-retainMain.txt
main和dev编辑同一行 保留dev的改动 edit-retainDev.txt
main和dev编辑同一行 保留main,dev的改动 edit-retainMainDev.txt
main添加新文件,dev添加不同名的文件 两个新文件都存在 add-main.txt,add-dev.txt
main添加新文件,dev添加同名的文件,且内容相同 使用main改动覆盖dev文件 bothAdd-sameContent.txt
main添加新文件,dev添加同名的文件,内容不相同 保留双方内容改动 bothAdd-differentContent.txt
main删除一个文件,dev删除另一个文件 dev分支不存在main删除的文件,同时dev删除的文件会被更新下来 mainDelete-devStet.txt,mainStet-devDelete.txt
main,dev删除相同文件 此文件被删除 mainDelete-devDelete.txt
main删除文件,dev编辑此文件 保留文件和文件改动 mainDelete-devEdit.txt
main编辑此文件,dev删除此文件 保留main的改动 mainEdit-devDelete.txt

git-cooperation-bool's People

Contributors

pennypanx avatar

Watchers

 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.