feat: switch progress spinner #20

Merged
krauterbaquette merged 1 commit from switch-progress-spinner into main 2025-01-13 12:52:46 +00:00

Add a progress spinner when sac switch triggers a git fetch.

Adressing Issue: #17

Add a progress spinner when `sac switch` triggers a `git fetch`. Adressing Issue: #17
Author
Owner

Test

A local clone of a remote repo repository is needed

Progress Spinner

Create a branch on the remote that does not exist on the local clone

$ sac branch spinner-test
$ sac switch main
$ git branch -D spinner-test

Switch to the remote-existing branch:

$ sac switch

A progress spinner should be displayed, while fetching the branches on the remote.

# Test > A local clone of a remote repo repository is needed ## Progress Spinner Create a branch on the remote that does not exist on the local clone ``` $ sac branch spinner-test $ sac switch main $ git branch -D spinner-test ``` Switch to the remote-existing branch: ``` $ sac switch ``` A progress spinner should be displayed, while fetching the branches on the remote.
added progress spinner while fetching remote branches
All checks were successful
Rust Checks / Run Rust Check (push) Successful in 3m6s
e08ae39825
aviac approved these changes 2025-01-11 16:15:32 +00:00
aviac left a comment
Contributor

Sweet!

Sweet!
krauterbaquette deleted branch switch-progress-spinner 2025-01-13 12:52:46 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
krauterbaquette/sac!20
No description provided.