Piotr Siupa
Piotr Siupa

Reputation: 4838

How to create an orphan branch using tortoisegit?

How to create an orphan branch using tortoisegit?

I know I can use the command:

git checkout --orphan BRANCH_NAME

Because I am very lazy, I prefer to do it using only a mouse. Is it possible?

Upvotes: 3

Views: 1404

Answers (1)

MrTux
MrTux

Reputation: 34003

Creating an orphan branch is not possible in TortoiseGit as of 2.2.0.

See https://tortoisegit.org/issue/1090

Upvotes: 4

Related Questions