Re: [noob] is this normal behavior

2017-05-10 Thread Harry Putnam
Igor Djordjevic writes: [...] snipped detailed reply [To Anyone who lands here on a search: Please read Igor D's full answer in this thread... ] > Just pay attention that untracked files are not affected, you still > need to add them first to tell Git to start tracking them, including > them

Re: [noob] is this normal behavior

2017-05-09 Thread Igor Djordjevic
Hi Harry, Both behaviours you report are normal, specifically: On 09/05/2017 15:02, Harry Putnam wrote: > Shouldn't files that changed but are already being tracked just show > up as modified and not need adding? > ... > Since that file is already being tracked; shouldn't `git status' show > that

[noob] is this normal behavior

2017-05-09 Thread Harry Putnam
Setup: Running openindiana (hipster) a solaris 11 open source branch git 2.12.2 I've recently moved from mercurial to git mainly because git appears to receive the most development and the heaviest use. I'm using git with hold over behavior developed from my time using cvs long ago.