gitignore - Why does git not have a 'git ignore' command? -
i understand how setup git use .gitignore file ignore files wondering why has not been command feature makes task less tedious. post question git-scm mailing list later wondering if here might have valid reason lack of ...
'git ignore <pattern>'
... feature. sure there other developers find feature useful.
probably because it's quick open .gitignore
in text editor or $ echo <pattern> >> .gitignore
.
Comments
Post a Comment