Skip to content

add a option to sync also all branchs #1

@MaxPeal

Description

@MaxPeal

like this or so:
for branch in $(git ls-remote --heads upstream|sed 's#^.*refs/heads/##'); do git push origin refs/remotes/upstream/$branch:refs/heads/$branch; done

https://gist.github.com/CristinaSolana/1885435#gistcomment-2652385

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions