Comment by lilyball

Comment by lilyball 6 months ago

0 replies

"move a branch" means changing the commit the branch points to. `git push . $sha:$branch` will update $branch to point to $sha (you'll probably want to force this, unless you're just fast-forwarding the branch).