diff --git a/pages/common/arc.md b/pages/common/arc.md new file mode 100644 index 000000000..f955cc839 --- /dev/null +++ b/pages/common/arc.md @@ -0,0 +1,20 @@ +# arc + +> Arcanist: A CLI for Phabricator. +> More information . + +- Send the changes to Differential for review: + +`arc diff` + +- Show pending revision information: + +`arc list` + +- Update Git commit messages after review: + +`arc amend` + +- Push Git changes: + +`arc land`