diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2023-05-23 09:57:46 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2023-05-23 09:57:46 +0000 |
| commit | 146ff5bf6e4d329a7441803a9ac1b9cb6580d4ca (patch) | |
| tree | 694a2f8ab8fb3ec3ba07beb80598daebd7e67934 /src | |
| parent | 331f630328bba935a6d214c59ab2e0517f025c63 (diff) | |
tweaked branches without new commits err message
Diffstat (limited to 'src')
| -rw-r--r-- | src/fetch_pull_push.rs | 2 |
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); |