draft:

GitHub learning notes:

  1. creating branch: code tab > main > create branch

  2. commit file

code tab > create file> edit file> commit to branch

(.md) - markdown file

  1. pull request:
    • proposal to merge changes from one branch into another. -shows the changes in your branch to others -people can accept, reject, or suggest additional changes to your branch
  2. merging pull request: adds the changes in your pull request and branch into the main branch