0

I am pretty new to Git. I am currently using EGIT. I have checked out using the git repo location and I find master with so many branches. Using EGIT I got the master checked-out. Now if i was to work on the branch say branchX, how do I do that in EGIT.

Appreciate your help in this.

Bananeweizen
  • 21,797
  • 8
  • 68
  • 88
Sripaul
  • 2,227
  • 9
  • 36
  • 60
  • I'm not very familiar with Git, but is this really not readily available in the documentation for EGIT? It seems unlikely they'd leave out something quite that fundamental. – Vala Sep 14 '12 at 11:27
  • What does this have to do with Java? – maba Sep 14 '12 at 11:40
  • @maba Egit is predominantly used by Java community bro...that's why it has to do more with Java than others. – Sripaul Sep 24 '12 at 16:21

1 Answers1

1

Straight from the very useful EGit Tutorial by Lars Vogel:

Right-click your project and select Team → Branch to create new branches or to switch between existing branches.

allotria
  • 181
  • 5