Top "Rebase" questions

Changing the starting point of a branch in a Version Control System.

How to back up private branches in git

I have a local branch for day-to-day dev work in git. My workflow is: Do stuff on local_branch, commit …

git merge workflow rebase dropbox
Rebase remote branch onto master while keeping the remote branch updated

I am trying to rebase my remote branch onto master, but I want to keep the remote branch pointing to …

git rebase git-remote
Git: how to maintain permanent parallel branches

We have project (PHP application), but instalation for each client vary, sometimes very little, sometimes more. Still, big part of …

git merge branch rebase
How do I resolve a git-svn index mismatch?

When I did a git svn rebase it stopped at one point saying: Index mismatch: SHA key of a tree != …

git svn indexing git-svn rebase
git rebase failing due to whitespace error

I'm trying to rebase a branch and git is pooping out because it's attempting to perform some merge action which …

git rebase
How to merge two branches without a common ancestor?

I have started using Git in the middle of my project, where the first two commits are just some initial …

git merge rebase
Git: How to rebase many branches (with the same base commit) at once?

I have a master branch in my project, that I use to pull changes from other people. From that, I …

git rebase git-rebase
Completely remove (old) git commits from history

I'm starting a project using git where I'll be committing very large files, but only a few times a week. …

git size history rebase
git apply changes from one commit onto another branch

I want to do something similar to git rebase but without collapsing parallel commits. Let's say I have the following …

git rebase cherry-pick git-cherry-pick
Git - rebasing to a particular tag

(This seems like it should be very easy to do, yet I'm coming up empty on searches so far.) I …

git rebase git-rebase git-tag