Bitbucket
Jump to navigation
Jump to search
What are the tools and libraries that work with Bitbucket ?
Built-ins
VC, the version control system
See Vc.
Packages
Get and reference an issue in a commit message
git-commit-insert-issue (in MELPA) is a package that eases the process to reference an issue in a commit message. When you type "fixes #" for example, it fetches the list of open issues, makes you choose one in a list and writes it in the commit message. (it works with Gitlab and Github).
Libraries
bitbucket.el
bitbucket.el (in MELPA) is a Bitbucket API wrapper. Its main goal (as of writing) is to get enough to interface with git-commit-insert-issue (see above).