#git side note to convert Markdown style asset links to HTML style ones Git PracticeTo submit a PR1234git pull upstream main // pull from a remote branch git checkout -b new_branch upstream/main // create a new branchgit cherry-pick 1234567 // add your own commitsgit push -u origin new_branch // push to my own repo first