Robert Zelník
Robert Zelník

Reputation: 850

How can I checkout a branch in a new gitg?

In the older GNOME2 gitg interface it was easily possible to checkout a branch by clicking on it with a right mouse button. How can I checkout a branch in the new GNOME3 interface? Right-click now only allows to Rename, Remove, Copy Name, and set a Mainline.

Upvotes: 5

Views: 1888

Answers (1)

Titou
Titou

Reputation: 1008

To the best of my knowledge, you can't.

Gitg is a git repository viewer which also lets you merge and commit. But fetch, branch are apparently not implemented.

Upvotes: 4

Related Questions