*:::: *Note*: This seems to do strange things if you've run 'git add' since the commit.
 
 1::: It's easy and safer to edit the commit message in =GitTrac= after you do the push.
-*:::: Sind the relevant commit in =GitTrac=
+*:::: Find the relevant commit in =GitTrac=
 *:::: Edit the commit message to include the ticket number as above, then save your changes.
 *:::: *Note*: =GitTrac= edits to git commit messages *do not* affect the actual git repository -- if you run "git log", you'll see your original commit message, but =GitTrac= will use the edited message.
+
+1:: Verify that all of the commits that you expect are present.
+
+1:: Verify that there aren't unexpected commits or commits that are only 1/2 committed.
+
+1: Run 'git diff' and verify that the diffs are correct
+
+1: Did you build and test your changes?