Ever think about getting Git or GitHub certified? I've got three free GitHub practice exams for anyone interested in getting the Action, Copilot or Fundamentals certification
https://certificationexams.pro/others/github/index.html
Check out the GitHub certification site and let me know what you think!
*********************
Have you pushed all your Git commits to GitHub, and now you must merge GitHub branches into Master? It's not quite a simple as a Git merge on the command line, but a GitHub branch merge into Master isn't all that difficult. Just issue the GitHub pull request, specify the GitHub branch to merge into master, and if there are no conflicts, a simple confirmation will suffice. If there is a GitHub merge conflict, resolve the conflict and then continue with the GitHub merge into the master branch.