For next time, try not to commit an Integer with a value of 3.1415 ;) Jokes aside, it's a really nice screen cast. It helped me getting started with GIT.
I am a Cocoa Developer & Enthusiast working on Mac & iOS apps. I am also learning Japanese and run the Des Moines Cocoaheads and local NSCoder Night.
About.me/colinwheeler
4 comments:
For next time, try not to commit an Integer with a value of 3.1415 ;)
Jokes aside, it's a really nice screen cast. It helped me getting started with GIT.
Thanks for your work on this video.
I began with Git and I must confess it is technically superior to other DCVS. But for now I'm certainly too used with other tools.
For example, I'm not used with the staging area. I believe you most of time do a:
$ git add -A
$ git commit
It is not a matter of time, but do you see an advantage of doing so.
For example I'd prefer a command:
$ git commit [files]
which would be equivalent to:
$ git add [files]
$ git commit
thanks again for you good job,
Y.
Thanks for good screen cast. It's good overview for Git.
nice overview of git.
Nice blog too
Post a Comment