Hi All,
What’s the meaning of the signs next to the file names (see the screenshot)?
Thank you!
Hi All,
What’s the meaning of the signs next to the file names (see the screenshot)?
Thank you!
Sublime Text has an in built git integration that allows you to visually see if any files/folders in the sidebar are tracked/modified/staged etc etc which ties in with it’s incremental diff functionality.
See this for more information on what those badges you pointed out mean :- https://www.sublimetext.com/docs/3/git_integration.html
How to disable the GIT integration? I know I need to set ‘show_git_status false’, but where? How to open the correct Settings file?
After following the above linked answer, don’t forget to restart Sublime Text as it is one of those settings that require a restart.