How do I override all local branches with all remote branches?
Here are my local branches:
client-side-js-framework
client-side-js-framework-2
client-side-js-framework-3
handlebars
master
And my remote branches:
client-side-js-framework
handlebars
master
no-network-connection
I want my local branches to mirror my remote branches as my remote branches are more up to date. In other words, my local branches should be:
client-side-js-framework
handlebars
master
no-network-connection
Can this be done with one (or two) commands, rather than basically deleting my local repo, and re cloning it?