feat: recursive option

This commit is contained in:
Michele Cereda
2023-10-06 00:14:42 +02:00
parent dabe0dcc82
commit fb9b23a298
2 changed files with 46 additions and 23 deletions

View File

@@ -67,6 +67,9 @@ git init
git init --initial-branch 'main' 'path/to/repo'
git init --bare 'path/to/repo.git'
# List available subcommands in specific groups.
git --list-cmds='main,alias'
# Clone repositories.
git clone 'https://github.com:user/repo.git'
git clone --bare 'git@github.com:user/repo.git' 'path/to/clone'