Git Product home page Git Product logo

Comments (3)

ejmr avatar ejmr commented on September 12, 2024

Sorry about that; it honestly never crossed my mind to check the effects on the PyPi page because I rarely ever read them for any project, instead just going right to the GitHub page (or wherever the code is hosted). It would be nice if we had a separate README for PyPi, but I don't think it's worth the effort just for the sake of working, relative links on GitHub which don't suddenly switch branches on the user. So 👍 from me on reverting the commit. I don't mind reverting it myself if you want, but I'd prefer to leave that to you, simply because I think it's more "appropriate" for you to revert the erroneous commit.

from hypatia-engine.

kawa-kokosowa avatar kawa-kokosowa commented on September 12, 2024

How do you recommend removing, or "reverting" a commit?

On Thu, Nov 12, 2015 at 8:31 PM, Eric James Michael Ritz <
[email protected]> wrote:

Sorry about that; it honestly never crossed my mind to check the effects
on the PyPi page because I rarely ever read them for any project, instead
just going right to the GitHub page (or wherever the code is hosted). It
would be nice if we had a separate README for PyPi, but I don't think it's
worth the effort just for the sake of working, relative links on GitHub
which don't suddenly switch branches on the user. So [image: 👍] from
me on reverting the commit. I don't mind reverting it myself if you want,
but I'd prefer to leave that to you, simply because I think it's more
"appropriate" for you to revert the erroneous commit.


Reply to this email directly or view it on GitHub
#124 (comment)
.

from hypatia-engine.

ejmr avatar ejmr commented on September 12, 2024

How do you recommend removing, or "reverting" a commit?

For something that's already in a branch that we cannot rebase, e.g. master and develop, I suggest this:

$ git revert --edit -s <hash of the commit>

This will create a commit that reverses the changes of the given commit, also signing-off on it (-s) and giving you a chance to add any information (--edit) about the reason for the reversion. In this case, for example, you could link to this discussion with a simple GitHub-Issue: #124 so that people in the future could see why the revert was necessary.

from hypatia-engine.

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.