Comment by karatinversion
Comment by karatinversion 6 months ago
You are looking for
git update-ref <branch-name> <commit-sha>
Comment by karatinversion 6 months ago
You are looking for
git update-ref <branch-name> <commit-sha>
I just tested it by creating a repo with two branches without a common ancestor, and I was able to move a branch pointer to either history with update-ref, so no, I don't think so
Wouldn't the fail or break under any circumstance where they don't immediately share a history?