On Thu, 4 Sep 2014 17:13:03 +0300 Nerijus Baliunas 
<neri...@users.sourceforge.net> wrote:

NB> how do I commit with git? IIRC it used to work git commit -m "..."
NB> but now it says:
NB> 
NB> $ git commit -m "fix wxQt compilation"
NB> On branch master
NB> Your branch is up-to-date with 'origin/master'.
NB> 
NB> Changes not staged for commit:
NB>     modified:   wxllist.h
NB> 
NB> no changes added to commit

 You need to use "git add" first. Or (not recommended, at least until you
are sure to understand how exactly git works) "git commit -a" to commit
everything.

 Read some online Git tutorial to learn how Git index works, it's really
not complicated but trying to understand it on your own is not obvious and
can result in creation of some misconceptions which will be difficult to
eradicate later.

 Git is not difficult, but you do have to read at least some documentation
to understand it.

 Good luck,
VZ

Attachment: pgpUZzY2U8PCM.pgp
Description: PGP signature

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Mahogany-Developers mailing list
Mahogany-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mahogany-developers
  • [M-Dev] git Nerijus Baliunas
    • Re: [M-Dev] git Vadim Zeitlin

Reply via email to