Skip to content

riazraza/bitbucket-for-visual-studio

 
 

Repository files navigation

Visual Studio Bitbucket Extension

Bitbucket Extension is a plugin for Visual Studio integration with Bitbucket Git repositories. Main features:

  • Create - lets user to create a git repository on Bitbucket.org and synchronize it with your local version.
  • Clone - lists all existing Bitbucket repositories and allows user to clone it locally.
  • Publish - user can publish his local-only repository to Bitbucket.
  • View all pull requests.
  • Create/Modify new pull request.
  • Approve/Disapprove/Merge/Decline pull requests.
  • View files, commits and comments from pull request.
  • View Pull request diff with syntax language highlighting.

Donate via PayPal

The extension will stay free forever. You can voluntarily support me by donating via PayPal.

Support via PayPal

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Getting Started

Prerequisites

Visual Studio 2015/2017 installed.

Installing

Go to Visual Studio Bitbucket Extension, download VSIX file and install it. You can also install it from within Visual Studio. Tools -> Extensions and Updates.

Demo

Demo

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Thanks to

Github which was a source of knowledge for us. Thank you guys.

Packages

No packages published

Languages

  • C# 99.2%
  • Other 0.8%