Re: Can not 'git add file'

2016-01-03 Thread Dennis Kaarsemaker
On zo, 2016-01-03 at 16:53 +0200, KES wrote: > Untracked files: > (use "git add ..." to include in what will be committed) > > 4 ../lib/Devel/DebugHooks/ > > $ git add -p ../lib/Devel/DebugHooks/Commands.pm > No changes. > > I want to start track file here, but I do not want to stage whi

Can not 'git add file'

2016-01-03 Thread KES
Hi. How to reproduce $ git-number On branch master Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) 1 modified: ../lib/Devel/DebugHooks.pm 2 modified: ../lib/Devel/KillPrint