I have recently started using Phabricator, having been using Jira for past few years, and perhaps I am applying Jira thinking to Phabricator, but I cannot figure out how to make git commits be associated with a Maniphest task.
In Jira, it is a case of prefixing the commit with the jira task. However this does not seem to work in Phabricator.
Is there a way to achieve this in Phabricator?
http://phabricator.org/applications/differential/
You can use the Key words
Ref T123
orFixes T123
in your commit message to link them automatically.Fixes T123
will link and close the task.