Github is a website based on git
# Creating Github Account
# Using Github
a. Create Account
b. Create Repo [Create new repository]
c. README.md [md = markdown]
# We installed git bash that included git , so to check git –-version
- Type = > git
ls -a [to see hidden files as well]
a. git init
Link the link of repo to copy paste from github
Merging 2 branches mean = taking out common code from both
branch
PR = pull request
a. go to main branch
b. git diff
c. git merge