From 35d8c44244b81d318bb52b9a3984864cd593902f Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Tue, 16 Mar 2021 17:50:50 +0000 Subject: 2021-03-16T17:45:01Z --- flow.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'flow.html') diff --git a/flow.html b/flow.html index 541c74dc3e79..729b6e24e9fe 100644 --- a/flow.html +++ b/flow.html @@ -32,35 +32,35 @@ 11
$ pmaint sync flow
 
- 12
warning: Pulling without specifying how to reconcile divergent branches is
+            12
*** syncing flow
 
- 13
discouraged. You can squelch this message by running one of the following
+            13
warning: Pulling without specifying how to reconcile divergent branches is
 
- 14
commands sometime before your next pull:
+            14
discouraged. You can squelch this message by running one of the following
 
- 15
+            15
commands sometime before your next pull:
 
- 16
  git config pull.rebase false  # merge (the default strategy)
+            16
 
- 17
  git config pull.rebase true   # rebase
+            17
  git config pull.rebase false  # merge (the default strategy)
 
- 18
  git config pull.ff only       # fast-forward only
+            18
  git config pull.rebase true   # rebase
 
- 19
+            19
  git config pull.ff only       # fast-forward only
 
- 20
You can replace "git config" with "git config --global" to set a default
+            20
 
- 21
preference for all repositories. You can also pass --rebase, --no-rebase,
+            21
You can replace "git config" with "git config --global" to set a default
 
- 22
or --ff-only on the command line to override the configured default per
+            22
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 23
invocation.
+            23
or --ff-only on the command line to override the configured default per
 
- 24
+            24
invocation.
 
- 25
Already up to date.
+            25
 
- 26
*** syncing flow
+            26
Already up to date.
 
27
*** synced flow
 
-- cgit v1.2.3-65-gdbad