Re: git
Vadim Zeitlin <[email protected]> Thu, 4 Sep 2014 16:20:24 +0200
| Newsgroups | gmane.mail.mahogany.devel |
|---|---|
| Message-ID | <[email protected]> |
--===============4149567370725375741== Content-Type: MULTIPART/SIGNED; protocol="application/pgp-signature"; micalg=pgp-sha1; BOUNDARY="1825856714-41-1409840424=:25804" --1825856714-41-1409840424=:25804 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-Disposition: INLINE On Thu, 4 Sep 2014 17:13:03 +0300 Nerijus Baliunas <[email protected]> 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 --1825856714-41-1409840424=:25804 Content-Type: APPLICATION/PGP-SIGNATURE -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iEYEABECAAYFAlQIdSgACgkQBupB3k9sHobFwwCfY1VrIEpgF+LcyZfQmd+3k3cn UYQAn2Wt3tSCEI0fGQDLjKiLffY3r07v =4X29 -----END PGP SIGNATURE----- --1825856714-41-1409840424=:25804-- --===============4149567370725375741== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ --===============4149567370725375741== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Mahogany-Developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mahogany-developers --===============4149567370725375741==--