• Sign In



  • Categories

    Extension Details



    Readme

    Bitbucket Abilities

    Adds these editor commands (Extensions ▸ Bitbucket Abilities, or the command palette):

    1. Git Blame File — runs git blame on the whole file and opens it in a new tab.
    2. Open Commit in Bitbucket — opens the commit responsible for the current line in your browser.
    3. Open File in Bitbucket (HEAD) — opens the current file at the current line, at the tip of the
      current branch, and copies the link to the clipboard.
    4. Open Branch in Bitbucket — opens the current branch's page.
    5. Show File History — lists the file's commit history in the Git History sidebar; click a
      commit there to open it in Bitbucket.

    Works with both Bitbucket Cloud (bitbucket.org) and Bitbucket Server / Data Center remotes;
    the URL layout is chosen automatically from your origin remote.

    Requires a git binary on the PATH and an origin remote pointing at Bitbucket.

    Release Notes

    Changelog

    1.0

    Initial release.

    • Git Blame File — run git blame on the whole file and open it in a new tab.
    • Open Commit in Bitbucket — open the commit responsible for the current line.
    • Open File in Bitbucket (HEAD) — open the current file+line at the tip of the branch and copy the link to the clipboard.
    • Open Branch in Bitbucket — open the current branch's page.
    • Show File History — list a file's commits in the Git History sidebar; click a commit to open it in Bitbucket.

    Supports both Bitbucket Cloud and Bitbucket Server / Data Center remotes.