Sublime Forum

Signs next to the file name -> what's meaning?

#1

Hi All,

What’s the meaning of the signs next to the file names (see the screenshot)?

image

Thank you!

0 Likes

#2

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

1 Like

#3

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?

0 Likes

#4
1 Like

#5

After following the above linked answer, don’t forget to restart Sublime Text as it is one of those settings that require a restart.

1 Like

#6

Got it! Thanks!

0 Likes