Code Monkey home page Code Monkey logo

Comments (3)

carpedm20 avatar carpedm20 commented on June 1, 2024

I don't fully understand the meaning of Pull onto v0.3-maint branch. Can you explain about this in more detail?

from emoji.

geowurster avatar geowurster commented on June 1, 2024

Sure. If we keep a copy of v0.3 on the v0.3-maint branch that matches what's in PyPi, then as we continue to develop for the next version we can quickly release a patch for v0.3 if needed.

In git terms:

$ git checkout master
$ git pull
$ git checkout -b v0.3-maint
$ git rebase master
$ git push

There are a few different ways to pull master onto the maintenance branch but apparently rebase is the cleanest.

Does that make more sense?

You probably just got some GitHub notifications from me accidentally pushing to a branch in this repo. Ignore those - I undid that push. I was testing the commands to make sure I was right.

from emoji.

carpedm20 avatar carpedm20 commented on June 1, 2024

Thank you for your detailed description 👍

from emoji.

Related Issues (20)

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.