This repo was "forked" from the source on source site.
To facilitate tracking the upstream changes, the following git config modifications were made:
- Added a git remote called
"upstream"
which points to the source repo, - Added a local branch called
"upstream/main"
to track the "upstream" remote's "main" branch - Added a local branch called
"merge/upstream-main"
which is an intermediary branch containing merge conflict resolutions when bringing in changes from upstream.