Good evening everyone.
I'm having this problem with SourceTree. After clicking on Pull/Push, the indicators disappear. But after refreshing, or clicking on Fetch, the Pull/Push indicators return, as if there were still something to receive and send.
What should I do?
Thank you,
Douglas DelaBite
Just have some doubts to clarify on your question.
You mentioned:-
After clicking on Pull/Push, the indicators disappear. But after refreshing, or clicking on Fetch, the Pull/Push indicators return, as if there were still something to receive and send.
Have you checked via the terminal/command prompt to see if the code has synced?
Could you run the command below in your terminal to get the latest information from your repository?
git fetch
Next, run the command below to check if your branch is ahead, behind or in sync with the repository.
git status
Let me know how it goes.
Thank you and Kind regards,
Ram
Hey @Douglas DelaBite ,
On top of what Ram said, can you just share which version of Sourcetree you're using ❓ and whether this happens with all repos or just a specific one?
Cheers,
Tobi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ram / Tobi!
Thank you for your response.
The version I'm using is 3.4.27, updated yesterday.
And yes, I did a "git push / pull / status / fetch" via terminal and the problem persists.
I even deleted the local branch and fetched it again from the origin, and the problem continues.
The problem started after I merged another branch into mine. The merge was normal, but these indicators started appearing after fetching.
And it's random. Now it's indicating that I have a push to do...
See the screenshot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.