From e5de98d7bc70d8b1e09fcf616ce129d2e4eddd6b Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Sun, 16 Aug 2020 06:35:42 +0000 Subject: 2020-08-16T06:30:01Z --- Krontage.html | 42 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 34 insertions(+), 8 deletions(-) (limited to 'Krontage.html') diff --git a/Krontage.html b/Krontage.html index 490af784b3ab..f5915a9919df 100644 --- a/Krontage.html +++ b/Krontage.html @@ -32,21 +32,47 @@ 11
$ pmaint sync Krontage
 
- 12
Already up to date.
+            12
warning: Pulling without specifying how to reconcile divergent branches is
 
- 13
*** syncing Krontage
+            13
discouraged. You can squelch this message by running one of the following
 
- 14
*** synced Krontage
+            14
commands sometime before your next pull:
 
- 15
 * Sync succeeded
+            15
 
- 16
$ git log --format=%ci -1
+            16
  git config pull.rebase false  # merge (the default strategy)
 
- 17
$ git show -q --pretty=format:%G? HEAD
+            17
  git config pull.rebase true   # rebase
 
- 18
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 Krontage
+            18
  git config pull.ff only       # fast-forward only
 
- 19
 * Cache regenerated successfully
+            19
+
+ 20
You can replace "git config" with "git config --global" to set a default
+
+ 21
preference for all repositories. You can also pass --rebase, --no-rebase,
+
+ 22
or --ff-only on the command line to override the configured default per
+
+ 23
invocation.
+
+ 24
+
+ 25
Already up to date.
+
+ 26
*** syncing Krontage
+
+ 27
*** synced Krontage
+
+ 28
 * Sync succeeded
+
+ 29
$ git log --format=%ci -1
+
+ 30
$ git show -q --pretty=format:%G? HEAD
+
+ 31
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 Krontage
+
+ 32
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad