Git update rebase does only fetches my repositories
Answered
I've been using this Update Project feature to update a whole bunch of my 11 microservices at once:


However recently it stopped updating my repositories. When I looked into the git console this is what I only see:
git -c core.quotepath=false -c log.showSignature=false fetch origin --recurse-submodules=no --progress --prune
It doesn't rebase anymore. I'm not sure on the commands done before when I was updating my project, but was there any changes on this feature or is there something I can check to look at why it's not working anymore?
Any help would be appreciated!
Please sign in to leave a comment.
Do you see any error messages or pop-up messages?
Do you have submodules in your project?