Learning Git, by reading Lars’ book on Git ; Sopot’s suggested Git official documentation and Dani’s recommended Git Parable.
Install Git On Windows
The easy way to install Git for Windows is by installing GitHub for Windows (ref). After verifying the connection with my GitHub repository, I can start Eclipse, and connected to the same repo using EGit.
Using EGit
Mos of topics are covered in Eclipse Wiki, under EGit/User Guide. The most important for me are: Rebasing.
0 Comments