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
feat: support commit hash in --base flag for bt add
The --base flag previously only accepted branch names (local or remote).
Now it also accepts commit hashes (full or short SHA), falling back to
git rev-parse verification when branch resolution fails.
0 commit comments