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.
Visual Studio 2015/2017 installed.
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
.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
Github which was a source of knowledge for us. Thank you guys.