Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Unable to push to remote after interactive rebase(amend commit message)

PChevutu
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 24, 2021

Hello,

 

I have a local branch which has been pushed to remote branch already.

After pushing to remote, I had to change the commit message. Therefore I used interactive rebase to change the commit message in my local branch. When trying to push this new commit message, the remote seems to be detached from my local head ie. I can not see my local branch name in the Push dialog box.

I used the terminal to force push and ended up with this fatal message:

fatal: '<branch_name>' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

I would appreciate if someone could share their experience in a similar situation.

I would like to know how I can push my local branch(with changed commit message) into the remote branch.

 

Thanks in advance!

 

1 answer

1 accepted

0 votes
Answer accepted
PChevutu
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 25, 2021

!!Solved!!

This situation cannot be solved from the Sourcetree Gui unfortunately. The correct terminal command would be:

git push origin <local_branch_name>:<remote_branch_name> -f

if the local_branch_name = remote_branch_name

git push origin head -f

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events