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
Make “git subrepo clean -f ...” delete refs correctly
Since Git can store refs in packed form (see git-pack-refs(1)), use “git
update-ref -d” to delete refs instead of assuming that they are stored
in the .git/refs directory.
0 commit comments