clone -անել բոլոր branch-երը git-ից git clone ռեփոիՀասցեն cd repoիԱնուն for branch in `git branch -a | grep remotes | grep -v HEAD | grep -v master`; do git branch –track ${branch##*/} $branch; done Continue Reading →