diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
commit | 2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch) | |
tree | 65cf431f40b7481d81ae2dfce9576342686448f7 /upstream/archlinux/man1/pkgctl-repo-clean.1 | |
parent | Releasing progress-linux version 4.22.0-1~progress7.99u1. (diff) | |
download | manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man1/pkgctl-repo-clean.1')
-rw-r--r-- | upstream/archlinux/man1/pkgctl-repo-clean.1 | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/upstream/archlinux/man1/pkgctl-repo-clean.1 b/upstream/archlinux/man1/pkgctl-repo-clean.1 new file mode 100644 index 00000000..aa960240 --- /dev/null +++ b/upstream/archlinux/man1/pkgctl-repo-clean.1 @@ -0,0 +1,66 @@ +'\" t +.\" Title: pkgctl-repo-clean +.\" Author: [see the "AUTHOR(S)" section] +.\" Generator: Asciidoctor 2.0.21 +.\" Date: 2024-05-01 +.\" Manual: \ \& +.\" Source: \ \& +.\" Language: English +.\" +.TH "PKGCTL\-REPO\-CLEAN" "1" "2024-05-01" "\ \&" "\ \&" +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.ss \n[.ss] 0 +.nh +.ad l +.de URL +\fI\\$2\fP <\\$1>\\$3 +.. +.als MTO URL +.if \n[.g] \{\ +. mso www.tmac +. am URL +. ad l +. . +. am MTO +. ad l +. . +. LINKSTYLE blue R < > +.\} +.SH "NAME" +pkgctl-repo-clean \- Remove untracked files from the working tree +.SH "SYNOPSIS" +.sp +pkgctl repo clean [OPTION] [PATH]... +.SH "DESCRIPTION" +.sp +Cleans the working tree by recursively removing files that are not under +version control, starting from the current directory. +.sp +Files unknown to Git as well as ignored files are removed. This can, for +example, be useful to remove all build products. +.SH "OPTIONS" +.sp +\fB\-i, \-\-interactive\fP +.RS 4 +Show what would be done and clean files interactively +.RE +.sp +\fB\-n, \-\-dry\-run\fP +.RS 4 +Don\(cqt actually remove anything, just show what would be done +.RE +.sp +\fB\-h, \-\-help\fP +.RS 4 +Show a help text +.RE +.SH "SEE ALSO" +.sp +git\-clean(1) +.SH "HOMEPAGE" +.sp +\fI\c +.URL "https://gitlab.archlinux.org/archlinux/devtools" "" "\fP" +.sp +Please report bugs and feature requests in the issue tracker. Please do your best to provide a reproducible test case for bugs.
\ No newline at end of file |