From e0b353e37fab0e26a2cfa1a38426bcb7d83f2fe8 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Sun, 20 Oct 2019 05:46:13 +0800 Subject: [PATCH] arc: add page (#3430) --- pages/common/arc.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/arc.md 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`