diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-11 09:06:19 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-11 09:06:19 +0000 |
| commit | f08ee98ab7e19d4e42ffa85aa619f012441fbe47 (patch) | |
| tree | e4d2a15ebeb8a7549ce7e233f4690d71ac95c398 /src/bin/ngit/sub_commands/mod.rs | |
| parent | 4331b73fbda4831f09a783732d6710012a4dcf20 (diff) | |
Revert "refactor: remove ngit `pull` `push` `fetch`"
This reverts commit 43b5e9b38bf5dcfbac85637a2d3efc69ddfe77ac.
Diffstat (limited to 'src/bin/ngit/sub_commands/mod.rs')
| -rw-r--r-- | src/bin/ngit/sub_commands/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/ngit/sub_commands/mod.rs b/src/bin/ngit/sub_commands/mod.rs index a53197f..29a60f9 100644 --- a/src/bin/ngit/sub_commands/mod.rs +++ b/src/bin/ngit/sub_commands/mod.rs | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | pub mod fetch; | ||
| 1 | pub mod init; | 2 | pub mod init; |
| 2 | pub mod list; | 3 | pub mod list; |
| 3 | pub mod login; | 4 | pub mod login; |
| 5 | pub mod pull; | ||
| 6 | pub mod push; | ||
| 4 | pub mod send; | 7 | pub mod send; |