Commit and push fails from RoboHelp - but succeeds from command line
I have established the necessary connections between RoboHelp and Bitbucket. I can commit and push files changed in RoboHelp - but only from the command line. When I try to commit and push from RoboHelp the program tells me that it has succeeded, but actually nothing has changed.
What do I need to do in order to be able to commit and push from inside RoboHelp?
It works as described below. "RH" refers to what I do in RoboHelp. "CMD" refers to what I do on the command line". "Bitbucket" refers to what is visible in Bitbucket.
- RH: change something in a file and SAVE
- CMD: git status shows red files and text 'no changes added to commit'
- RH: COMMIT
- CMD: git status shows green files
- RH: PUSH
- CMD: git status shows green files
- Bitbucket: nothing shown
- CMD: git commit
- CMD: git status shows text 'nothing to commit, working tree clean
- CMD: git push doeas as expected
- Bitbucket: shows the commit from command line, not the commit from RoboHelp
