Deadpool
Deadpool

Reputation: 111

new aptana 3/titanium studio new project glitch

Hello I recently noticed like 2 days ago that every time I create a new php , rails or any new project for that matter, I create the project successfully but after like 5 seconds of creating the project there is a [master] and a * next to it. For example a project I created before normally in the project explorer is fuel_intro, but now if I create a new project I have something like *fuel_project[master]. I have been trying to fix this problem for 2 days now. It is annoying because my files are in red color like if it was a bundle.So does anyone know why I am getting this?

Upvotes: 0

Views: 760

Answers (2)

Yun
Yun

Reputation: 3082

Topener's reply covered the reason. Just want to add that if you want to turn off the git decorations, you could go to Preferences > General > Appearance > Labor Decorations and uncheck Git Decorator.

Upvotes: 1

Rene Pot
Rene Pot

Reputation: 24815

This has to do with the GIT repository it creates internally.

Therefore, you have a version control on your own computer and that does actually make sense. (always use version control).

Not sure how you could disable this, but you could actually go along with it, and just commit the files you have changed. Once committed it will not be red anymore.

If you go to the menu and select preferences. Type there git and see what options you have. Good luck!

Upvotes: 3

Related Questions