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

<span title='2016-01-19 00:00:00 +0000 UTC'>19 January 2016</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Steve Hunt

✂️ Prune remote git branches

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

<span title='2015-07-23 00:00:00 +0000 UTC'>23 July 2015</span>&nbsp;·&nbsp;1 min&nbsp;·&nbsp;Steve Hunt