I would love to have such tool included in the toolchain, but being
able to use it to edit all the ignore chain, defaulting to .gitignore.
Explain the reason in my case.
Usually, when ignoring stuff, you will probable ignore already your
IDE/Editor files using a global gitignore. And most of the t
Jeff King writes:
> On Mon, Nov 17, 2014 at 12:12:25AM +, Ryan Jacobs wrote:
>
>> Alberto Fanjul Alonso gmail.com> writes:
>>
>>
>> > git ignore adds to .git/info/exclude
>>
>> This should be "git exclude" not "git ignore".
>> Difference between the two: http://stackoverflow.com/questio
On Mon, Nov 17, 2014 at 12:12:25AM +, Ryan Jacobs wrote:
> Alberto Fanjul Alonso gmail.com> writes:
>
>
> > git ignore adds to .git/info/exclude
>
> This should be "git exclude" not "git ignore".
> Difference between the two: http://stackoverflow.com/questions/10066749/git-
> excludes-vs
Alberto Fanjul Alonso gmail.com> writes:
> git ignore adds to .git/info/exclude
This should be "git exclude" not "git ignore".
Difference between the two: http://stackoverflow.com/questions/10066749/git-
excludes-vs-ignores
I'd second the notion of a "git ignore", however it would have to mo
After seeing -e option in git config (open config files in editor)
http://git-scm.com/docs/git-config
I decide it's time to propose to incorporate an alias really useful to me
git ignore
The repo is on https://github.com/albfan/git-ignore
basically:
git ignore adds to .git/info/exclude
and
5 matches
Mail list logo