Clone all remote branches to local GIT
git branch -a | grep -v HEAD | perl -ne 'chomp($); s|^*?\s*||; if (m|(.+)/(.+)| && not $d{$2}) {print qq(git branch --track $2 $1/$2\n)} else {$d{$}=1}' | csh -xfs
Written by Ashish Upadhyay
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git
Authors
khasinski
591.1K
dmichaelavila
500.4K
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#