-
Notifications
You must be signed in to change notification settings - Fork 388
Can't push my .tex file #3005
Description
Environment
- TeXstudio: .TeXstudio 4.5.1 (0.0.0++)
- Qt: ???
- OS: Ubuntu 22.04
- TeX distribution: Texlive
Expected behavior
I expect to have a checkbox asking me if I want to push the code when I commit.
Actual behavior
There is no checkbox.
How to reproduce
When I click on "File" "SVN/Git" then the first choice (in French it's "Propager (SVN)"), A dialog appears asking me to set a comment, what I do. In the log I see that the .tex fils has been committed, but I don't know how to push.
I tried this: https://github.com/texstudio-org/texstudio/wiki/Scripts#git-commit-and-push
But it resulted in this error:
Exception manquée à la ligne 2 : TypeError: Cannot call method 'setWindowTitle' of undefined
When I read the documentation (https://htmlpreview.github.io/?https://github.com/texstudio-org/texstudio/master/utilities/manual/usermanual_en.html > paragraph 5.6), this part doesn't seem maintained as there are two "doc17" occurrences...
So, I don't understand if git pushing is a feature or a script/macro I have to add. I just want to push the code TexStudio has correctly committed.