How useful is git?

Associate
Joined
19 Jul 2006
Posts
1,847
I ll be honest I dont really use version control and either only have one copy of my code or several dotted about computers and memory sticks but with no real way of knowing whats going on in each.

Have seen git in a few magazines now and have just ordered a book on it.
However I have a few beginner questions.
how useful is it for developing websites?

say if i commit 1 file that works
I then commit it again with something faulty in it but dont realise
I then commit it again with a extra feature that works but still has the faulty code in it to.
Is there a way to merge the 1st commit and the last but with out the faulty code or have I got what git is totally wrong?
 
Associate
OP
Joined
19 Jul 2006
Posts
1,847
Cheers

I'm going to give it a bash, most people are using it so its got to be useful. I suppose its just using it before you realise how much you need it
 
Back
Top Bottom