I’m on Windows 10. I have entered this line in the terminal
git config --global credential.helper store
Now when I push (to a bitbucket repo) SM remembers the token that I have entered previously. However the Atlassian login still pops up first. If I press the close button, the dialog will close, and push completes without me entering a token. But how to prevent the dialog from showing?
Thanks