summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-01 21:43:41 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-04 19:24:46 +0100
commitc315665ee5ff99ad78b4621abfd6be0d73b4e0c9 (patch)
tree5dfb05fb3e4d26ae7c6df322553341a90e87874f
parente98a72a30420115e2e51b2317287f83a38daddba (diff)
Manpages: clarify usual workflow
-rw-r--r--dgit.112
1 files changed, 5 insertions, 7 deletions
diff --git a/dgit.1 b/dgit.1
index 092c6e9..9029f46 100644
--- a/dgit.1
+++ b/dgit.1
@@ -34,17 +34,15 @@ etc.
The usual workflow is:
.br
-1. dgit clone or fetch
+1. \fBdgit clone\fR or \fBfetch\fR;
.br
-2. make, dev test and commit changes in git as desired
+2. make, do dev tests, and commit changes in git as desired;
.br
-3. run dgit build, dgit sbuild or
-dgit build-source, or generate the source and binary packages for upload
-some other way
+3. build packages for upload, using e.g. \fBdgit sbuild\fR
.br
-4. do pre-upload tests of the proposed upload
+4. do pre-upload tests of the proposed upload;
.br
-5. dgit push.
+5. \fBdgit push\fR.
.SH OPERATIONS
.TP
\fBdgit clone\fR \fIpackage\fP [\fIsuite\fP] [\fB./\fP\fIdir|\fB/\fP\fIdir\fR]