Top "Git-rebase" questions

With the git-rebase command, you can take the changes from one branch and replay them on top of another branch.

How to "rebase tags" in git?

Suppose I have the following simple git repository: a single branch, some commits one after another, a couple of them …

git rebase git-rebase git-tag
On conflict, GitHub for Windows puts me in "rebasing" state, how to go from there?

I recently started using GitHub for Windows. I just got a conflict. On command line I would know how to …

git git-rebase github-for-windows
Undoing a git rebase --skip - reapply a commit during a rebase

I'm doing a long git rebase with a lot of commits. I accidentally --skipped a commit where there were some …

git git-rebase
git rebase - what's the difference between 'edit' and 'reword'

What's the difference between edit and reword when you do a git rebase? I'm going through some docs which say …

git git-rebase git-rewrite-history
"git pull --rebase" leads to "Cannot rebase onto multiple branches"

So, my work environment has precisely one branch with a remote companion on Github. I'm trying to do git pull …

git github branch git-rebase git-pull
Interactive rebase with Git Extensions

Did anyone managed to make an interactive rebase with Git Extensions ? Option is available when rebasing, but whenever I selected …

git git-rebase git-extensions
Why do I have to resolve the same conflict over and over?

When I do git rebase branch1 in my branch1-local I get conflicts. I solve the conflict, do git add &…

git version-control git-rebase
git status: what is UU and why should add/rm fix it?

Here is the current state of this feature branch. Recent Steps: Remote development branch diverged Fetched remote development branch Stashed …

git github git-rebase git-stash git-add
Why isn't 'git bisect' branch aware?

I'm trying to find the source of a bug that's come up since a commit in the past day on …

git debugging branch rebase git-rebase
extract multiple directories using git-filter-branch

I have a big repository which currently contains multiple projects in top level subfolders, say /a, /b, /c, and /d. …

git git-svn git-rebase git-filter-branch