[Numpy-discussion] Development workflow

David Cournapeau cournape at gmail.com
Tue Oct 12 11:48:10 EDT 2010


On Wed, Oct 13, 2010 at 12:40 AM, Pierre GM <pgmdevlist at gmail.com> wrote:
>
> On Oct 12, 2010, at 5:38 PM, David Cournapeau wrote:
>
>> On Wed, Oct 13, 2010 at 12:31 AM, Pierre GM <pgmdevlist at gmail.com> wrote:
>>>
>>> git push
>>> The files created by setup.py develop are marked as not added but pollute some of the reports (diff, eg).
>>
>> I am still not following - generated files should certainly not appear
>> in diff, unless you explicitly add them.
>
> My bad, git status

You can use git status -u no (which will not show the status of
untracked files). But part of the point of status is to see what files
are added and which ones aren't. In that regard, git works exactly the
same as any other VCS that I know.

cheers,

David



More information about the NumPy-Discussion mailing list