Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[giti] giti branch delete: Handle user trying to delete all the branches #274

Open
NadiaIdris opened this issue Dec 13, 2023 · 0 comments
Open

Comments

@NadiaIdris
Copy link
Contributor

Prerequisites

Install and run giti

  1. Move to ./tuify folder in your terminal
  2. Run nu run.nu install-giti to install giti locally to ~/.cargo/bin
  3. Run giti from anywhere on your system
  4. To delete one or more branches in your repo run giti branch delete

Private giti design document

Task

If a user tries to delete all branches (no branch left to switch to), show an error message displaying that the user is trying to delete all branches and there is no branch left to switch to and because of that, no branches were deleted.

> giti branch delete
Up or Down:      navigation
Space:           select or unselect branches
Return:          confirm selection
Esc or Ctrl+C:   exit program

Please select branches you want to delete
  ›  ✔ Current: aaronsmith/branch-1
     ✔ main
     ✔ NadiaIdris/branch-2
     ✔ NadiaIdris/branch-3
     ✔ NadiaIdris/branch-4
------------------------------------------------------------------
(next step)

Up or Down:      navigation
Space:           select or unselect branches
Return:          confirm selection
Esc or Ctrl+C:   exit program

⚠️ You were trying to delete all your local branches! 
⚠️ There was no branch to switch to, so no branches were deleted.
⚠️ Please leave one branch to switch to.
@NadiaIdris NadiaIdris changed the title [tuify][giti] Account for user trying to delete all the branches [tuify][giti] giti branch delete: Handle user trying to delete all the branches Dec 13, 2023
@nazmulidris nazmulidris changed the title [tuify][giti] giti branch delete: Handle user trying to delete all the branches [giti] giti branch delete: Handle user trying to delete all the branches Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant