From: Jesse Vincent Date: Thu, 30 Jul 2009 05:10:52 +0000 (-0400) Subject: 'git st' is not a standard git command. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ee56566fc6aeac4fd679bd70846592145de67881;p=p5sagit%2Fp5-mst-13.2.git 'git st' is not a standard git command. Spotted by Tux++ --- diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 72e93b7..7d0b2be 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -291,10 +291,10 @@ Check that files managed by F 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: