Skip to content

Commit 4f4abb1

Browse files
authored
Merge pull request #426 from hezhizhen/rm-bare
fix: accept bare flag to remove bare repositories
2 parents 511c23c + 4b56f98 commit 4f4abb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ var commandRm = &cli.Command{
7777
Action: doRm,
7878
Flags: []cli.Flag{
7979
&cli.BoolFlag{Name: "dry-run", Usage: "Do not remove actually"},
80+
&cli.BoolFlag{Name: "bare", Usage: "Remove a bare repository"},
8081
},
8182
}
8283

0 commit comments

Comments
 (0)