Recently I’ve been using Phabricator for a few projects. I wrote a small tool called git-phab to help attaching a set of patches to Phabricator for review. The idea is that it creates a new Differential for each commit in a range you provide, a bit like git-bz.
It started as a small personal helper, but lots of colleagues said it’s useful for them as well, so let’s share it: repository, README.
Why not use Arcanist the official CLI tool for Phabricator? https://secure.phabricator.com/book/phabricator/article/arcanist_diff/
It was actually one of the things that convinced me Phabricator was a nice fit, having command line similar to git-bz.
Hi,
I have installed phabricator, but after that i want to intagrate with JIRA, That is also done. but JIRA issue is not listing to that phabricator.
@carlos: because it’s made for an SVN workflow where you squash all your work in a big commit. git-phab does use “arc diff” but keeps commits seperated.