File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ pub enum Subcommands {
81
81
/// Subcommands for creating worktree archives
82
82
#[ cfg( feature = "gitoxide-core-tools-archive" ) ]
83
83
Archive ( archive:: Platform ) ,
84
+ /// Remove untracked files from the working tree
84
85
#[ cfg( feature = "gitoxide-core-tools-clean" ) ]
85
86
Clean ( clean:: Command ) ,
86
87
/// Subcommands for interacting with commit-graph files
@@ -111,6 +112,7 @@ pub enum Subcommands {
111
112
/// Fetch data from remotes and store it in the repository
112
113
#[ cfg( feature = "gitoxide-core-blocking-client" ) ]
113
114
Fetch ( fetch:: Platform ) ,
115
+ /// Clone a repository into a new directory
114
116
#[ cfg( feature = "gitoxide-core-blocking-client" ) ]
115
117
Clone ( clone:: Platform ) ,
116
118
/// Interact with the mailmap.
@@ -125,6 +127,7 @@ pub enum Subcommands {
125
127
/// Interact with the exclude files like .gitignore.
126
128
#[ clap( subcommand) ]
127
129
Exclude ( exclude:: Subcommands ) ,
130
+ /// Interact with a worktree index like .git/index.
128
131
#[ clap( subcommand) ]
129
132
Index ( index:: Subcommands ) ,
130
133
/// Interact with submodules.
You can’t perform that action at this time.
0 commit comments