[go: up one dir, main page]

0% found this document useful (0 votes)
10 views6 pages

Day 29 Git

Uploaded by

nawab8770668117
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views6 pages

Day 29 Git

Uploaded by

nawab8770668117
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

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

You might also like