debugpy/build/git-subrepo/note/Spec
Rich Chiodo f4ba976121
Subrepo command wasn't checked in correctly (#1737)
* Remove subrepo

* Fix subrepo
2024-11-18 09:50:34 -08:00

39 lines
338 B
Text

= `git-hub` Design Specification
== Main Commands
- `clone`
git subrepo clone <git-url> <subdir> [<options>]
- `pull`
- `push`
== Worker Commands
- `fetch`
git subrepo fetch <subdir>
- `branch`
- `checkout`
- `commit`
- `reset`
== Info Commands
- `status`
- `log`
== Other Commands
- `clean`
- `help`
- `version`