set-upstream-to
Hello friends! Are you tired of this message:
There is no tracking information for the current branch.
I am too! So I searched the OhMyZSH repo for set-upstream-to
and re-discovered this command: ggsup
. Calling ggsup
with the name of the branch you want to track will get you to the place you want to be. W00t!
To recap. Call1
2
3ggsup master
```
...to track `master`. Call
ggsup dev`
…to track dev. Get trrrrrracking team!