Giter Club home page Giter Club logo

Comments (4)

travi avatar travi commented on June 26, 2024

forcing the push would allow us to override specific requirements that may exist (such as GitHub status checks)

i'm not aware of this being related. forcing a git push is typically related to pushing when the local HEAD does not match the remote HEAD (thus clobbering the remote commits that are different from the ones being pushed). can you point to documentation about how a force push would relate to overriding requirements like status checks?

from git.

austinsasko avatar austinsasko commented on June 26, 2024

I agree, I am unable to reproduce the behavior I previously saw multiple times, probably was a mistake on my side where I was not actually enforcing something and --force made me think it was the key differentiator. Thanks

from git.

lukas-henry avatar lukas-henry commented on June 26, 2024

Hello, I think this will be a good feature. For example, in a monorepo when you make a release, and in that release, you have two affected apps, you want to generate two different changelogs. In my case, I generate two child pipelines and make the release independently, so the problem is that the first pipeline push, for example, apps/app1/changelog.md ok, and the second pipeline fails because the master branch was updated ... is annoying cuz I only want to update the changelog.md. Exists any possibility of adding this feature or re-open this issue?

from git.

austinsasko avatar austinsasko commented on June 26, 2024

@lukas-henry The issue is that the remote will only have one of those changelogs. Your best bet is trying to pull the changes from the git remote just before making them on the release

from git.

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.