🎋 Fetch remote Git branches
After having added a new remote to my local git repository via git remote add other-remote [email protected]:user/other-repo I wanted to checkout one of the branches from that remote. ...
After having added a new remote to my local git repository via git remote add other-remote [email protected]:user/other-repo I wanted to checkout one of the branches from that remote. ...
Using git branch -r to check the list of branches on the remote can often lead to a long list of branches making it difficult to tell which are active e.g. ...