How to get current branch name in TortoiseGit?

6

What is the quickest way to copy current branch name to clipboard?

What I usually do is this:

  1. Open the log.
  2. Click branch name in the left upper corner of the window
  3. Then F2 to edit this name
  4. Ctrl+C

Pawel Furmaniak

Posted 2014-05-27T07:22:33.693

Reputation: 271

Answers

3

Way 1:

  1. Right click in repo, and click Push
  2. Copy that Local text

Way 2: (TortoiseGit 2.5.0)

  1. Open log dialog
  2. Right click on the branch name label
  3. Click "Copy to clipboard -> Tag/branch names"

    enter image description here

Yue Lin Ho

Posted 2014-05-27T07:22:33.693

Reputation: 268