GIT - alle remote Branches holen

less than 1 minute read

for remote in `git branch -r`; do git branch --track ${remote#origin/} $remote; done

Tags: ,

Categories:

Updated: