Skip to content
Frédéric Massart edited this page Dec 12, 2013 · 23 revisions

Can MDK remember my Jira password?

Yes, you will need the python package keyring.

Using Ubuntu/Debian:

sudo apt-get install python-keyring

Using MacOS:

sudo easy_install pip
sudo pip install keyring

How to checkout a branch from a tracker issue?

mdk pull --no-merge MDL-12345

Clone this wiki locally