diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2023-12-08 20:15:43 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2023-12-08 20:15:43 +0000 |
| commit | 6d3c9218d2d3320f5d7fb9b9ede8750e947b70e8 (patch) | |
| tree | 8b2da4f27c393dec9f01690162cd2705c21d6c26 /src/sub_commands/mod.rs | |
| parent | 82bf53ac3c18e15b75852a48b2e5b432c75a5c7f (diff) | |
feat(push) push commits to existing pr
- find pr with a branch-name that matches checked out branch
- check branch isnt behind latest patch on pr
- push new commits a patches associated with pr
Diffstat (limited to 'src/sub_commands/mod.rs')
| -rw-r--r-- | src/sub_commands/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sub_commands/mod.rs b/src/sub_commands/mod.rs index 12a7f0f..8be9004 100644 --- a/src/sub_commands/mod.rs +++ b/src/sub_commands/mod.rs | |||
| @@ -2,3 +2,4 @@ pub mod claim; | |||
| 2 | pub mod login; | 2 | pub mod login; |
| 3 | pub mod prs; | 3 | pub mod prs; |
| 4 | pub mod pull; | 4 | pub mod pull; |
| 5 | pub mod push; | ||