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 --- 0bs1d1an.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to '0bs1d1an.html') diff --git a/0bs1d1an.html b/0bs1d1an.html index 3a812a2e6d9b..8b9caa4d8956 100644 --- a/0bs1d1an.html +++ b/0bs1d1an.html @@ -38,35 +38,35 @@ 14
$ pmaint sync 0bs1d1an
 
- 15
warning: Pulling without specifying how to reconcile divergent branches is
+            15
*** syncing 0bs1d1an
 
- 16
discouraged. You can squelch this message by running one of the following
+            16
warning: Pulling without specifying how to reconcile divergent branches is
 
- 17
commands sometime before your next pull:
+            17
discouraged. You can squelch this message by running one of the following
 
- 18
+            18
commands sometime before your next pull:
 
- 19
  git config pull.rebase false  # merge (the default strategy)
+            19
 
- 20
  git config pull.rebase true   # rebase
+            20
  git config pull.rebase false  # merge (the default strategy)
 
- 21
  git config pull.ff only       # fast-forward only
+            21
  git config pull.rebase true   # rebase
 
- 22
+            22
  git config pull.ff only       # fast-forward only
 
- 23
You can replace "git config" with "git config --global" to set a default
+            23
 
- 24
preference for all repositories. You can also pass --rebase, --no-rebase,
+            24
You can replace "git config" with "git config --global" to set a default
 
- 25
or --ff-only on the command line to override the configured default per
+            25
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 26
invocation.
+            26
or --ff-only on the command line to override the configured default per
 
- 27
+            27
invocation.
 
- 28
Already up to date.
+            28
 
- 29
*** syncing 0bs1d1an
+            29
Already up to date.
 
30
*** synced 0bs1d1an
 
-- cgit v1.2.3-65-gdbad