Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

"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).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: