-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Il 22/12/2012 07:33, Dimitris Papageorgiou ha scritto: > Ok...I have quite understand what Git is an how it will help me. > > The question is, since Netbeans has a history feature about each file in > a project which > helps undo changes, what more Git has to offer than this and in general > any VCS out here. >
That a VCS store a snapshot of your file (Mercorial) or your entire working tree (Git) at every commit. And of course, you can diff between different versions of a file, check when and how some code was moved from one file to another (Git), and check when and how any single line of a file was added (Mercurial and Git blame command). > My question might seem naive but I am gust trying to > fully understand the concept of Version control system. > As I wrote: read the Git and Mercurial books. They have all the answers you want. Regards Manlio -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlDVxvgACgkQscQJ24LbaUTjewCeLUKiCX/gcKJ6pdndWW/P3INm MxoAnjjDEEe5igYtS8GLVsfJR4BXTpKu =3L0y -----END PGP SIGNATURE----- --