diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-27 10:13:19 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-27 10:13:19 +0000 |
| commit | ef552c12a6604c4b834f80b68c342d7f9668aa4b (patch) | |
| tree | 2171eb4d26633a6220bf8d673bc4b58ccab3ab2b /src/bin/ngit/sub_commands/mod.rs | |
| parent | 72d1d0cb7539216add6e096309c15aa3c353539d (diff) | |
feat: remove `pull` `push` and `fetch` ngit cmds
to simplify the api and encourage use of the git remote helper
Diffstat (limited to 'src/bin/ngit/sub_commands/mod.rs')
| -rw-r--r-- | src/bin/ngit/sub_commands/mod.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bin/ngit/sub_commands/mod.rs b/src/bin/ngit/sub_commands/mod.rs index b6b1e3b..b59b88f 100644 --- a/src/bin/ngit/sub_commands/mod.rs +++ b/src/bin/ngit/sub_commands/mod.rs | |||
| @@ -1,9 +1,6 @@ | |||
| 1 | pub mod export_keys; | 1 | pub mod export_keys; |
| 2 | pub mod fetch; | ||
| 3 | pub mod init; | 2 | pub mod init; |
| 4 | pub mod list; | 3 | pub mod list; |
| 5 | pub mod login; | 4 | pub mod login; |
| 6 | pub mod logout; | 5 | pub mod logout; |
| 7 | pub mod pull; | ||
| 8 | pub mod push; | ||
| 9 | pub mod send; | 6 | pub mod send; |