'git st' is not a standard git command.
Jesse Vincent [Thu, 30 Jul 2009 05:10:52 +0000 (01:10 -0400)]
Spotted by Tux++

Porting/release_managers_guide.pod

index 72e93b7..7d0b2be 100644 (file)
@@ -291,10 +291,10 @@ Check that files managed by F<regen.pl> and friends are up to date. From
 within your working directory:
 
 
-    $ git st
+    $ git status
     $ make regen
     $ make regen_perly
-    $ git st
+    $ git status
 
 If any of the files managed by regen.pl have changed, then you should commit
 the updated versions: