Finally Biting the Bullet on Git
OK. I am finally going to bite the bullet and start using Git. This has been on my to do list for a white, but I haven't found the time. So, instead of finding the time I am just going to move open source projects that are currently on subversion over to github.
My plan is that I will then learn Git by necessity. We'll see how that works. It is a little scary to just jump in like this, but I have yet to just "dip my toes in the water" so this seems the best way.
That being said, if anyone has any suggestions for best ways to learn Git as I go or tools I can use to make this easier, I am eager to hear about them.
I have a Git repository set up for the com.sebtools package and for my Neptune framework already. More coming very soon.
Here's to jumping in with both feet! I'll try to blog about my progress.
I suggest starting with Bob Silverberg's GIT workflow. Should have you up and running in 10 minutes.
http://goo.gl/2kEul
http://nvie.com/posts/a-successful-git-branching-m...
See you on Github!
Yep. I actually remember reading Bob's blog and thinking that I would read it as soon as I got into Git. In the meantime, however, I forgot. So I am very grateful that you brought it back to my attention. I am looking forward to reading it. I'm sure it will help me on my journey.
http://www.dopefly.com/techblog/entry.cfm?entry=34...
Good stuff! You are definitely ahead of me on the journey. Do you have any tools that you like so far?
I use TortoiseGit and EGit, and of course the regular Git Bash & Git Gui that you get when you install it. I thought I wouldn't like or want or use the command-line shell, but surprisingly it's been really very helpful.