Hacker News new | past | comments | ask | show | jobs | submit login

doing a full clone just to change a branch name seems a bit wasteful.

    git init
    git remote add origin ...
    git push origin (git ls-remote origin | grep "refs/heads/master" | cut -f1 ):master
should be enough



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

Search: