upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fetch_pull_push.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fetch_pull_push.rs b/src/fetch_pull_push.rs
index 66c8361..637c040 100644
--- a/src/fetch_pull_push.rs
+++ b/src/fetch_pull_push.rs
@@ -181,7 +181,7 @@ pub fn fetch_pull_push(
181 ) { 181 ) {
182 None => { 182 None => {
183 // TODO you should still be able to check it out - find the easliest commit, check it out as branch, find the latest commit and set the branch to that commit. 183 // TODO you should still be able to check it out - find the easliest commit, check it out as branch, find the latest commit and set the branch to that commit.
184 println!("You are pulling a branch that has been merged or you have delete. ngit doesnt currently support this."); 184 println!("No new commits were found. Not pulling the branch.");
185 }, 185 },
186 Some(name) => { 186 Some(name) => {
187 println!("exists as a local branch named '{}'. check it out and then fetch /pull.",name); 187 println!("exists as a local branch named '{}'. check it out and then fetch /pull.",name);