How to get current branch name in TortoiseGit?

5,570

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

Share:
5,570

Related videos on Youtube

Simpom
Author by

Simpom

Programmer with a background in Energy and Resources.

Updated on September 18, 2022

Comments

  • Simpom
    Simpom almost 2 years

    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