🎋 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. ...