[git-users] Re: newbie: when, exactly, do I "git init" ???

2014-12-02 Thread derell . licht
On Tuesday, December 2, 2014 12:51:39 AM UTC-8, Thomas Ferris Nicolaisen wrote: > > On Monday, December 1, 2014 9:30:53 PM UTC+1, derell...@gmail.com wrote: >> >> Okay, I've got a basic *working* directory that I want to use for all of >> my git projects: c:\SourceCode\git_work >> >> Under c:\Sou

Re: [git-users] Different behaviour for git add with ignored files

2014-12-02 Thread Konstantin Khomoutov
On Tue, 2 Dec 2014 14:42:27 +0100 Guilherme wrote: > In my .git/info/exclude i have the patterns: > > !COM/config/Project.gny > (...) other ignores > /COM/config > (...) more ignores > > When i do > > git add -- COM/config/Project.gny > > I get no warnings or abort about the ignored path (as

[git-users] Different behaviour for git add with ignored files

2014-12-02 Thread Guilherme
Hello, In my .git/info/exclude i have the patterns: !COM/config/Project.gny (...) other ignores /COM/config (...) more ignores When i do git add -- COM/config/Project.gny I get no warnings or abort about the ignored path (as i expect) but git add -- COM/config/Project.gny COM/otherfile.c It

[git-users] Re: git fsck finds a missing blob but doesn't say why

2014-12-02 Thread Thomas Ferris Nicolaisen
On Sunday, November 30, 2014 4:34:42 AM UTC+1, Dale Worley wrote: > > (I am using git version 1.8.3.1.) > > Some references for git-fsck are like this: > > > https://git.help.collab.net/entries/22580428-Recovering-from-repository-corruption > > > $ git fsck --full > broken link fr

[git-users] Re: newbie: when, exactly, do I "git init" ???

2014-12-02 Thread Thomas Ferris Nicolaisen
On Monday, December 1, 2014 9:30:53 PM UTC+1, derell...@gmail.com wrote: > > Okay, I've got a basic *working* directory that I want to use for all of > my git projects: c:\SourceCode\git_work > > Under c:\SourceCode\git_work, I have the following directories: > > + library_code # general-