Closed dylanchid closed 1 year ago
@dchid004 this is a PR to the upstream repo, which I think is not what you meant to do? If you just meant to merge from upstream, the PR should go the other way.
Note that it can be easier to fetch changes from upstream using the commandline,
git pull
(when on main
)
or
git fetch
git merge origin/main
Hi I am just getting accustomed to github, first time dealing with pushes and pulls trying to figure this out. Not trying to merge to the wrong thing?