You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
av tidy deletes branches from the av database without logging anything. Have a two branch stack, like so
$ av tree
* branch-two (HEAD)
│ No pull request
│
* branch-one
│ No pull request
│
* main
Then run av tidy
$ av tidy
✓ No branch to tidy
Now run tree again
$ av tree
* branch-one
│ No pull request
│
* main
At this point the branch is gone from .git/av/av.db. The branch itself is still there and hasn't been touched, so you can recover by running av adopt (and then av sync if it had a PR associated with it)
The text was updated successfully, but these errors were encountered:
av tidy
deletes branches from the av database without logging anything. Have a two branch stack, like soThen run
av tidy
Now run tree again
At this point the branch is gone from .git/av/av.db. The branch itself is still there and hasn't been touched, so you can recover by running
av adopt
(and thenav sync
if it had a PR associated with it)The text was updated successfully, but these errors were encountered: