upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/sub_commands/mod.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2023-12-08 20:15:43 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2023-12-08 20:15:43 +0000
commit6d3c9218d2d3320f5d7fb9b9ede8750e947b70e8 (patch)
tree8b2da4f27c393dec9f01690162cd2705c21d6c26 /src/sub_commands/mod.rs
parent82bf53ac3c18e15b75852a48b2e5b432c75a5c7f (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.rs1
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;
2pub mod login; 2pub mod login;
3pub mod prs; 3pub mod prs;
4pub mod pull; 4pub mod pull;
5pub mod push;