How to update version control?
-
Hi
I use Qt creator as well as another terminal where I use the git CLI to push update to my repo. But in the Qt creator interface the version control (not sure if this is the right way to call it, I mean the little vertical green bars showing code that is unstaged) doesn't seem to update unless I restart Qt creator. I can't seem to find a way or find anything about it online. Anybody has an idea?
This is really a minor problem and doesn't affect me much but it would be more confortable if the interface would update by itself or if maybe there was somewhere in the options a way to fetch the changes in the distant repo to update the display.
Thanks in advance
-
Hi
I use Qt creator as well as another terminal where I use the git CLI to push update to my repo. But in the Qt creator interface the version control (not sure if this is the right way to call it, I mean the little vertical green bars showing code that is unstaged) doesn't seem to update unless I restart Qt creator. I can't seem to find a way or find anything about it online. Anybody has an idea?
This is really a minor problem and doesn't affect me much but it would be more confortable if the interface would update by itself or if maybe there was somewhere in the options a way to fetch the changes in the distant repo to update the display.
Thanks in advance
@t-vanbesien you can simply go to "git -> remote repository -> fetch" that should "update" the "interface"
Not sure if there's an automated way!? Would be nice
-
C Christian Ehrlicher moved this topic from General and Desktop on
-
@t-vanbesien you can simply go to "git -> remote repository -> fetch" that should "update" the "interface"
Not sure if there's an automated way!? Would be nice
@J-Hilk
Thanks. It does work. I still have to close and reopen the file for the display to update but it does what I wanted.