Sublime Forum

Account Information / Login Data / Credential Path in Sublime Merge

#1

Where does SublimeMerge keeps the information about the login data for the Git services?
For instance the passwords for login for GitLab / GitHub?

I am using the portable version for Windows.
I was under the impression it was kept in the Data folder.

Yet when I deleted it (Created a fresh “Install”) and cloned from GitHub it seemed to remember my log in credentials.

Any idea?

0 Likes

#2

Anything you do in Sublime Merge that doesn’t relate to just displaying commits or their contents from the local clone of the repository (such as committing, pushing and pulling) is done by executing git to take the operation.

So, the answer to your question is “wherever git caches credentials”, which on Windows is generally the Credentials Manager.

2 Likes