This HowTo will show how to use eGit with FDT…

- Create Git Repository
- Add files/folder to .gitignore
- Add files/folder to version controle
- Commit
- Push Project to GitHub
- Import projects from GitHub


Create GIT Repository

Right click on project

Team ->  Share Project …

Click on the project

Click Create Repository

Click Finish


Add files to .gitignore

This is the best way to ignore every files / folder in git, like bin-debug or settings folder…

Right click to the folder / file that you want to add to .gitingnore


Add files to version control

Right click to the folder/file that you want to add version control


Commit

Right click to the project


Push Project to GitHub

Choose your source ref and uour destination ref if you don’t have branches than use master…

Click to Add spec

Look now on gitHub and check your push!!!


Import Project from GitHub

URI: Your PRIVATE Project URI

USER: DON’T CHANGE USER