Rebasing in smartgit "git-am is in progress"

Ark picture Ark · Jan 15, 2014 · Viewed 38.3k times · Source

I will try to explain the problem that I have. I have used the rebase option via git bash many times. Now I have SmartGit and don’t know why rebase is not correct.

Step 1:

Step 2:

Step 3:

The result is that HEAD detaches.

Answer

Madhan Ayyasamy picture Madhan Ayyasamy · Jan 25, 2015

The same issue i have faced, i will delete the local branch in my machine and recreate it from origin each and every time. But finally i got the solution. I ran the below command

git am --abort solved my problem.