Page 1 of 1
Follow TextWrangler Colorizer Only?
Posted: Mon Feb 09, 2015 3:29 pm
by Mikey
When I'm on GitHub and I follow the TextWrangler formatter/colorizer, I follow the entire LC project, which I don't want to do. Does anyone know how to only follow a single file or a part of a project in GH?
Re: Follow TextWrangler Colorizer Only?
Posted: Wed Feb 11, 2015 2:34 pm
by peter-b
Hi Mikey,
I'm afraid git works by tracking the whole project at once. There are ways to check out only pieces of a git repository, but they're fragile, designed for very specific applications, and not supported by Github.
Sorry.