Arcanist is an interface to Phabricator, and provides command-line access to many of its tools
I'm pretty new to both Arcanist and git. I'd like to be able to create an arc diff (Phabricator Differential …
git phabricator arcanistI have a patch which I want to close and hide in my project without landing it myself or let …
phabricator arcanistI created a diff (rather than revision) using arc diff --preview on one machine and I'd like to patch it …
arcanistHere's a workflow that I commonly deal with at work. git checkout -b feature_branch # Do some development git add . …
git squash arcanist