hasen's tech life

Twitter: @hasen

Entries from 2016-12-02 to 1 day

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

Git

# 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 > rem…