summaryrefslogtreecommitdiffstats
path: root/man/repo-sync.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/repo-sync.1')
-rw-r--r--man/repo-sync.112
1 files changed, 11 insertions, 1 deletions
diff --git a/man/repo-sync.1 b/man/repo-sync.1
index f006c03d..0327942a 100644
--- a/man/repo-sync.1
+++ b/man/repo-sync.1
@@ -1,5 +1,5 @@
1.\" DO NOT MODIFY THIS FILE! It was generated by help2man. 1.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2.TH REPO "1" "November 2022" "repo sync" "Repo Manual" 2.TH REPO "1" "April 2024" "repo sync" "Repo Manual"
3.SH NAME 3.SH NAME
4repo \- repo sync - manual page for repo sync 4repo \- repo sync - manual page for repo sync
5.SH SYNOPSIS 5.SH SYNOPSIS
@@ -37,6 +37,11 @@ overwrite an existing git directory if it needs to
37point to a different object directory. WARNING: this 37point to a different object directory. WARNING: this
38may cause loss of data 38may cause loss of data
39.TP 39.TP
40\fB\-\-force\-checkout\fR
41force checkout even if it results in throwing away
42uncommitted modifications. WARNING: this may cause
43loss of data
44.TP
40\fB\-\-force\-remove\-dirty\fR 45\fB\-\-force\-remove\-dirty\fR
41force remove projects with uncommitted modifications 46force remove projects with uncommitted modifications
42if projects no longer exist in the manifest. WARNING: 47if projects no longer exist in the manifest. WARNING:
@@ -185,6 +190,11 @@ The \fB\-\-force\-sync\fR option can be used to overwrite existing git directori
185they have previously been linked to a different object directory. WARNING: This 190they have previously been linked to a different object directory. WARNING: This
186may cause data to be lost since refs may be removed when overwriting. 191may cause data to be lost since refs may be removed when overwriting.
187.PP 192.PP
193The \fB\-\-force\-checkout\fR option can be used to force git to switch revs even if the
194index or the working tree differs from HEAD, and if there are untracked files.
195WARNING: This may cause data to be lost since uncommitted changes may be
196removed.
197.PP
188The \fB\-\-force\-remove\-dirty\fR option can be used to remove previously used projects 198The \fB\-\-force\-remove\-dirty\fR option can be used to remove previously used projects
189with uncommitted changes. WARNING: This may cause data to be lost since 199with uncommitted changes. WARNING: This may cause data to be lost since
190uncommitted changes may be removed with projects that no longer exist in the 200uncommitted changes may be removed with projects that no longer exist in the