Intro to Github (work in progress)
draft:
GitHub learning notes:
-
creating branch: code tab > main > create branch
-
commit file
code tab > create file> edit file> commit to branch
(.md) - markdown file
- 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
- merging pull request: adds the changes in your pull request and branch into the main branch