phabricator-git

Associate git commit with tasks that appear in the commit message

Install

pip install ./

Usage

pha-g

This command will get all commit messages between the current sha to the last version tag. Then get phabricator task_id from commit message, like fix(T123): some desc, and associate the phabricator task with this commit sha.

Reference