GithubHelp home page GithubHelp logo

gitlearn's Introduction

gitlearn

abc d

  1. 切换分支时,未追踪的文件是否受影响: 不受影响
git checkout -b dev
# 创建并切换到dev分支

git branch
# 查看分支

git branch dev
# 创建dev分支但不切换

添加一些新东西

  1. 分支合并
# 在dev分支进行开发,开发完成后,合并入主分支
git checkout main
# 切换到主分支

git merge dev

main分支进行了更改,但是未提交,此时创建dev分支并切换过去,mian分支不变,修改归于dev分支

gitlearn's People

Contributors

suings 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.