以下3つのコマンドでOK
$ for remote in `git branch -r`; do git branch --track ${remote#origin/} $remote; done
$ git fetch --all
$ git pull --all
Go to list of users who liked
More than 5 years have passed since last update.
以下3つのコマンドでOK
$ for remote in `git branch -r`; do git branch --track ${remote#origin/} $remote; done
$ git fetch --all
$ git pull --all
Register as a new user and use Qiita more conveniently
Go to list of users who liked