Good morning
I have a strangeness in PB.
Let's build the case:
1)
The folder submitted to git in a clean state.
I type 'git status'.
the system answers me:
"nothing to commit, working tree clean"
Very well.
2)
I open PB and do a 'pull' to see if any changes have been made.
PB replies:
"------------ source control"
"Git client is pulling workspace.Please wait ..."
"Git pull success."
"Git pull"
"-------- Done Source Control"
There was nothing to download
3)
I go into the folder submitted to git
enter 'git status'
the system responds:
"All conflicts fixed but you are still merging."
"(use" git commit "to conclude merge)"
Why?
If I try to commit and push, the system creates a commit point with no sources in the remote repository.
Any contribution is welcome