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