Introduction

備忘録。
UbuntuGit for Windowsで使えました。

How to

下記の方が教えてくれました。

1
for branch in \`git branch -r | grep -v HEAD | awk -F'/' '{print $2}'\`; do git checkout $branch; git pull; done

Googleでgit 全ブランチで検索してトップに出てくるページのスクリプトは使えませんでした。