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.

Combine or rebase an arbitrarily large number of commits

Let's say my local git log shows: 739b36d3a314483a2d4a14268612cd955c6af9fb a ... c42fff47…

git git-rebase squash
Failed to run repack in git gc

Tried below command and facing error. C:\project\sys\src>git gc Counting objects: 6342699, done. warning: suboptimal pack - …

git git-branch git-rebase git-extensions git-gc
Why are my .csproj files getting messed up after a git rebase?

In a .NET C# project which uses GIT for source control, I keep getting malformed csproj files after rebasing to …

.net git git-rebase csproj
How do I squash commits in git with a commit date that is not in the past?

So, I have a very simple use case; I want to squash all the commits that need to go back …

git git-rebase