a

GIT

clone the branch

git clone -b branchName git@bitbucket.org:emma001/test20181125.git

config

git config -l

remoteブランチを単純参照

git remote show origin

remoteブランチでは削除されているが、ローカルに参照が残っているブランチを表示

git remote prune --dry-run origin

すでに削除されているremoteブランチのローカル参照を削除してきれいにする

git remote prune origin