themactep.com

A home of miscellaneous projects by Paul Philippov.

Notes

How to add a tracking upstream git branch

$ git remote add upstream <remote-url>
$ git fetch upstream
$ git branch --set-upstream-to=upstream/master