An open API service indexing awesome lists of open source software.

https://github.com/pkief/vscode-copy-branch-name

VS Code extension to copy the current branch name into the clipboard
https://github.com/pkief/vscode-copy-branch-name

branch clipboard git name vscode-extension

Last synced: 7 months ago
JSON representation

VS Code extension to copy the current branch name into the clipboard

Awesome Lists containing this project

README

          




Extension logo



VS Code - Copy Branch Name




Copy the current Git branch name to your clipboard.


Version 
Rating 
Installs 
Downloads

## How it works

### Status Bar

After installing this extension you will find a new icon in the status bar. As soon as you click on it, the current branch name will be copied to your clipboard so that you can paste it somewhere else in your workflow.

Explanation

### Command palette

In addition, it's also possible to run the copy command via VS Code command palette. The command is called `Copy current branch name`.

Command palette

If the name of the branch was successfully copied to the clipboard, a message text appears in the status bar for a few seconds.

## Multiple Repositories Support

This extension also supports multiple repositories with intelligent branch detection:

- **When a file is open**: The extension automatically copies the branch name from the repository containing the currently active file, ensuring you always get the correct branch name.

- **When no file is active**: If multiple repositories are available in your workspace, the extension will show a quick selection dialog allowing you to choose which repository's branch name to copy. The dialog displays each repository with its workspace name and current branch (e.g., "ProjectName (main)") for easy identification.

- **Single repository**: When only one repository is available, the extension automatically uses it without any prompts.