mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
39 lines
338 B
Text
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`
|