hasen's tech life

Twitter: @hasen

Bitbucketなどで削除したリモートのブランチを反映する.

# Bitbucketなどで削除したリモートのブランチを反映する.

$ git branch -a
> remotes/origin/aaa
> remotes/origin/bbb
> remotes/origin/ccc
> remotes/origin/ddd
> ... (省略)
$ git fetch -p
> ... (省略)
$ git branch -a
> remotes/origin/ccc
> remotes/origin/ddd