When I look at my local git CLI repo (fork or clone of a GitHub repo, and also a GitHub for Windows repo), I see only the files in the "master" branch. I know I've created another branch for my feature coding ("git branch" shows it), but I can't find the files for this branch! The directory for the branch is missing. [local: Windows 10]
Also, should I be using git or GitHub or GitHub for Windows to generate a Pull Request to a repo on the GitHub website?
Is there any short tutorial that describes how to generate a Pull Request in the simplest way that does not use the git CLI? The existing tutorials just confuse me because they omit steps or because they are written for Linux programmers.