Site menu

CodeCook.io

  • Languages
    • C
    • C++
    • CSS
    • Git
    • HTML
    • Java
    • JavaScript
    • jQuery
    • PHP
    • Python
    • Ruby
    • Scala
  • all
  • branch
  • remote
  • repository

Git - Get all remote branches

Load all remote branches into local repository

0
458
  • Share on Facebook
  • Share on Google+
  • Share on Twitter

Pull all remote branches

List pulled branches with git branch -a. To checkout branch use: git checkout remote/branch.

git remote update
git pull --all

Notes

last update: Nov. 25, 2014

Advertisement

This project is hosted on DigitalOcean, try it and support us

Related concept

  • Remove remote branch
  • Undo published commit
  • Create git tag
  • Show changes since laste commit
  • Create new repository
  • Check if specific commit is on remote

Random task

  • Add user
  • Resolve merge conflict with remote file
  • List branches that contain specific commit
  • Restart service
  • Overwrite local file changes on pull
  • Blog
  • About
  • License