Top "Arcanist" questions

Arcanist is an interface to Phabricator, and provides command-line access to many of its tools

Can you arc diff against a particular git branch?

I'm pretty new to both Arcanist and git. I'd like to be able to create an arc diff (Phabricator Differential …

git phabricator arcanist
How to reject/delete/close a phabricator patch

I have a patch which I want to close and hide in my project without landing it myself or let …

phabricator arcanist
How to arc patch a preview diff

I created a diff (rather than revision) using arc diff --preview on one machine and I'd like to patch it …

arcanist
Merging a branch of a branch after first branch is squashed when merged to master

Here's a workflow that I commonly deal with at work. git checkout -b feature_branch # Do some development git add . …

git squash arcanist