How can I create a new branch from origin that tracks the origin branch?
I’m using Rider and looking for functionality where I can right-click a remote branch (e.g. from origin) and say ‘new’ and have a local branch that is automatically tracking the remote branch (this is how VS operates).
Using Rider and git, how can I create a new branch from origin that tracks the origin branch?
I’m using Rider and looking for functionality where I can right-click a remote branch (e.g. from origin) and say ‘new’ and have a local branch that is automatically tracking the remote branch (this is how VS operates).