Re: git: using branches



Hi!


> Il giorno sab, 18/04/2009 alle 16.08 +0100, Simos Xenitellis ha scritto:
> > 
> > If there is an existing it.po in the repository, it is not required to
> > 'git add'.
> 
> Hmmm... my 'git help add' says I have to do it even if I modify one
> file.
> 
> If I try to 'git commit' without 'git add' before, it says:
> 
> no changes added to commit (use "git add" and/or "git commit -a")
> 
> and git will not do the real commit.
> 

Yes, if you use git commit -a you can omit the add step and git will
commit all changed files. Otherwise it will just commit the files you
added to the commit (using git add).

Regards,
Johannes

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]