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

  • Home
  • SEARCH
  • 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 8038029
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T03:06:06+00:00 2026-06-05T03:06:06+00:00

In Git, I sometimes work on long-running branches. I like to rebase on master

  • 0

In Git, I sometimes work on long-running branches. I like to rebase on master from time to time to make merging easier when I’m ready.

After rebasing, I can’t push a previously-pushed branch to a remote, because my branch’s history no longer agrees with the remote’s history of that branch. So I have to delete it first.

This is my current workflow:

git checkout my_branch
git rebase master
git push origin :my_branch  # Delete remote version of the branch
git push origin my_branch   # Push up my new version of history on this branch

Is there a single, atomic command that could replace the last two commands?

  • 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-05T03:06:07+00:00Added an answer on June 5, 2026 at 3:06 am

    If you are allowed to rewrite the remote branch, you can use git push --force my_remote my_branch.

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

Sidebar

Related Questions

We'd like to use git to maintain system configurations. Because sometimes configuration data exists
I have a git repository for a project at work. Each time we release
I use git for all of my projects and papers. Sometimes I'm away from
So we've gotten a git branch into a tricky state: Two branches: * master
I work with different git identities, and since I sometimes manage to mix them
Sometimes when switching branches using Git (version 1.7.2.1) it does not seem to remove
I like to include the Mercurial/Git repo status in my PowerShell prompt. Sometimes this
Possible Duplicate: View the change history of a file using Git versioning Sometimes I
I am using TortoiseGit and am working with an svn repository using git-svn. Sometimes
git status tells me that my branch and the one I started from on

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.