Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F24529533
D3973.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
549 B
Referenced Files
None
Subscribers
None
D3973.diff
View Options
diff --git a/docs/reviewing.md b/docs/reviewing.md
new file mode 100644
--- /dev/null
+++ b/docs/reviewing.md
@@ -0,0 +1,19 @@
+# Reviewing a Revision Locally
+
+## Quick reference
+
+```bash
+# 1. Pull the revision onto a local branch
+arc patch D<number>
+
+# 2. Uncommit to see the diff in your editor (optional)
+git reset HEAD~1
+
+# 3. Test, review, run dev server, etc.
+
+# 4. Clean up when done
+git checkout -- .
+git clean -fd # remove any new untracked files
+git checkout main
+git branch -D arcpatch-D<number>
+```
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 26, 16:05 (17 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3475337
Default Alt Text
D3973.diff (549 B)
Attached To
Mode
D3973: Add local review cheatsheet for Phabricator revisions
Attached
Detach File
Event Timeline
Log In to Comment