Question of the Day - October 11, 2024

How do I check out a remote Git branch?

Somebody pushed a branch called test with git push origin test to a shared repository. I can see the branch with git branch -r. Now I'm trying to check out the remote test branch. I've tried: git checkout test which …

git git-checkout remote-branch

Popular topics

c#

C# (pronounced "see sharp") is a high level, statically typed, multi-paradigm programming language developed by Microsoft.

reactjs

React is a JavaScript library for building user interfaces.

angularjs

Use for questions about AngularJS (1.x), the open-source JavaScript framework.

angular

Questions about Angular (not to be confused with AngularJS), the web framework from Google.

ruby-on-rails

Ruby on Rails is an open source full-stack web application framework written in Ruby.

json

JSON (JavaScript Object Notation) is a serializable data interchange format intended to be machine and human readable.