git-dpm import-dsc --branch branchname package.dsc

will import a .dsc file and try to import it as git-dpm project. If branchname does already exist, it will be added as git parent commit, otherwise a new branch will be created.

For a list of all possible options and their description take a look at the manpage git-dpm(1).

Some important options are:

To be continued...