Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7962217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T05:16:44+00:00 2026-06-04T05:16:44+00:00

Suppose that my local repository is currently one commit behind the origin. Suppose that

  • 0

Suppose that my local repository is currently one commit behind the origin. Suppose that I commit in my local repository a change that is not conflicting with the origin. How can I push this change to the origin without first pulling/merging changes from the origin?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T05:16:45+00:00Added an answer on June 4, 2026 at 5:16 am

    Ok, so you’re getting rejected for non-fast-forward push, and you have your reasons not to
    want to pull the latest update from the remote. I think it’s obvious you need to branch off
    your changes.

    So lets create a a branch at the common point, HEAD~n, in your case HEAD~1:

    git branch myfeat HEAD~1
    

    Then fast-forward it:

    git checkout myfeat
    git merge master
    

    Now the new branch has a common point, so just:

    git push origin myfeat
    

    The remote repo now looks like this:

    --X---X--X--Xbug      (master)
              \
               \--Xfeat   (myfeat)
    

    Now others can merge/rebase your feature. Ultimately you’ll have to either fix the bug and pull it locally, or you devise a slightly different workflow as you are keeping a custom local master.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose that my index has 3 fields: title, x and y. I know one
Suppose that I have an integer variable in a class, and this variable may
I have a repository on my local machine that is under SVN. For various
Suppose I have a local file that I am working on that is part
I suppose that a program like this... class Test { public static void main(String[]
Here's the scenario: I have a local git repository that mirrors the contents of
This sounds like a look-up-in-the-manual question to me, but I can't find it. Suppose
Suppose you have this SVN repository structure Root Foo Project1 Project2 Bar Project3 And
Suppose I want to copy a file from a Windows local directory (not on
suppose that no bytecode is generated for a program, like in Ruby, Perl, or

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.