Bitbucket

From WikEmacs
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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).