Skip to content

Xpystum/blog_laravel

Repository files navigation

###Команда git: Подтянуть все ветки из удалённого репозитория

git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done
git fetch --all
git pull --all

About

blog front-back Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published