Index: /trunk/reviewboard/docs/manual/faq/index.txt
===================================================================
--- /trunk/reviewboard/docs/manual/faq/index.txt	(revision 1956)
+++ /trunk/reviewboard/docs/manual/faq/index.txt	(working copy)
@@ -39,8 +39,8 @@
 UI. We plan to get to this after Review Board 1.0.
 
 
-What's pre-commit and post-commit reviews?
-------------------------------------------
+What are pre-commit and post-commit reviews?
+--------------------------------------------
 
 Pre-commit reviews are where code is reviewed before it's checked into a
 public repository and mainline, non-developer branch. Code isn't committed
@@ -54,6 +54,33 @@
 reading over the code together.
 
 
+Does Review Board support git?
+------------------------------
+
+Review Board provides basic support for git.  If you have a central
+"official" git repo, Review Board will work well for you.
+
+A basic pre-commit workflow with git would look like this:
+
+* Clone the central repository.
+* Make a change you want reviewed, but do not commit it yet.
+* Run post-review (or otherwise submit a diff).
+* Get reviews, update your change as needed.
+* When the change is marked to ship, commit it to master and push it to the origin.
+
+A workflow that takes advantage of local branches would look like this:
+
+* Clone the central repository.
+* Create a local branch and make a change you want reviewed.
+* Run post-review (or otherwise submit a diff), comparing the branch to master.
+* Get reviews, make additional changes on the branch as needed.
+* When the change is marked to ship, merge it into master and push it to the origin.
+
+Be sure to review the administration manual guide to setting up
+repositories for more information on getting started with Review Board
+and git.
+
+
 Troubleshooting
 ===============
 
