SlideShare a Scribd company logo
Md. Jane Alam Adnan
(Student)
Noakhali Science & Technology University
Gmail : adnannstu@gmail.com
Contact : 01825003211
Content Creator
Table of Content
 Git initialization
 Declare username and email(globally or locally)
 Check username and email
 Git status
 Add file
 Commit
 Remove file
 Master branch
 Branch create
 Shifting branch
 Check how many branch
 Merge branch
 Delete branch
 Clone
 Fetch & Pull
 Push Md. Jane Alam Adnan
(Student)
Noakhali Science & Technology University
Gmail : adnannstu@gmail.com
Contact : 01825003211
Content Creator
git initialization
1. go to your project folder.
2. Right click on your mouse.
3. Select git bush here.
4. Then type git init
5. Press Enter
username & email
1. In github command window you write….
2. git config –global user.name “NameHere” Press Enter
3. git config –global user.email “user@gmail.com” Press Enter
Global Declaration
username & email
1. In github command window you write….
2. git config user.name “NameHere”
3. git config user.email user@gmail.com
4. Press Enter
local Declaration
Check username & email
1. In github command window you write….
2. git config –list
3. Press Enter
Check git status
1. In github command window you write….
2. Git status
3. Press Enter
Add a specific file
1. In github command window you write….
2. git add filename(WithExtension)
3. Press Enter
Add all file of your project
1. In github command window you write….
2. git add –all or git add .
3. Press Enter
or
Commit
1. In github command window you write….
2. git commit –m “type a comment”
3. Press Enter
After update anything of your project you should commit it
Check how many Commit
1. In github command window you write….
2. git log
3. Press Enter
If you want to check how many commit you had done yet then you can write....
Fig : All commit show here
Remove any file
1. In github command window you write….
2. git rm filename(withExtension)
3. Press Enter
To remove any file form your github project then have to write……….
1. In github command window you write…
2. git reset HEAD filename
3. Press Enter
Master branch
1. In github command window you write….
2. git checkout master
3. Press Enter
Checkout master branch
Create Branch
1. In github command window you write….
2. git branch branchName
3. Press Enter
To create a branch for your project then you have to write…………..
Check how many branch
1. In github command window you write….
2. git branch
3. Press Enter
Active branch
Shift branch
1. In github command window you write….
2. git checkout branchname
3. Press Enter
if you work with a team, then the team member will work as a branch…….if you want to
Work from your branch then you have to checkout your branch……….
Merge
1. In github command window you write….
2. git merge branchname
3. Press Enter
If you want to merge your updated all file with your master branch.
First you have to go to your master branch then
Delete Branch
1. In github command window you write….
2. git branch –D branchname
3. Press Enter
Clone
1. In github command window you write….
2. git clone gitCloneLink
3. Press Enter
When you want to download a github file from the git server to your local computer
fetch
1. In github command window you write….
2. git fetch
3. Press Enter
When you update your project folder from your git repository,and still want this change will apply
Of your local computer project file. Then you have to write…………..
pull
1. In github command window you write….
2. git pull
3. Press Enter
After fetch your local file won’t be updated, for update you have to write
Another command like……….
push
1. In github command window you write….
2. git push
3. Press Enter
When you add a new file on your local project and want to upload these files on your git server
Md. Jane Alam Adnan
(Student)
Noakhali Science & Technology University
Gmail : adnannstu@gmail.com
Contact : 01825003211
Content Creator

More Related Content

What's hot

Introduction to GitHub Actions
Introduction to GitHub ActionsIntroduction to GitHub Actions
Introduction to GitHub Actions
Knoldus Inc.
 
Learning git
Learning gitLearning git
Learning git
Sid Anand
 
Git
GitGit
Introduction to git & GitHub
Introduction to git & GitHubIntroduction to git & GitHub
Introduction to git & GitHub
Poornachandrakashi
 
Git and GitHub
Git and GitHubGit and GitHub
Git and GitHub
James Gray
 
Understanding GIT and Version Control
Understanding GIT and Version ControlUnderstanding GIT and Version Control
Understanding GIT and Version Control
Sourabh Sahu
 
Git 101 for Beginners
Git 101 for Beginners Git 101 for Beginners
Git 101 for Beginners
Anurag Upadhaya
 
Introduction to GitHub Actions
Introduction to GitHub ActionsIntroduction to GitHub Actions
Introduction to GitHub Actions
Bo-Yi Wu
 
Introduction to git hub
Introduction to git hubIntroduction to git hub
Introduction to git hub
Naveen Pandey
 
Git and git flow
Git and git flowGit and git flow
Git and git flow
Fran García
 
Introduction git
Introduction gitIntroduction git
Introduction git
Dian Sigit Prastowo
 
A prentation on github
A prentation on githubA prentation on github
A prentation on github
Veronica Ojochona Michael (MCP)
 
Github basics
Github basicsGithub basics
Github basics
Radoslav Georgiev
 
Git - Basic Crash Course
Git - Basic Crash CourseGit - Basic Crash Course
Git - Basic Crash Course
Nilay Binjola
 
Git and GitFlow branching model
Git and GitFlow branching modelGit and GitFlow branching model
Git and GitFlow branching model
Pavlo Hodysh
 
Git Version Control System
Git Version Control SystemGit Version Control System
Git Version Control System
KMS Technology
 
Git with bitbucket
Git with bitbucketGit with bitbucket
Git with bitbucketSumin Byeon
 
svn 능력자를 위한 git 개념 가이드
svn 능력자를 위한 git 개념 가이드svn 능력자를 위한 git 개념 가이드
svn 능력자를 위한 git 개념 가이드
Insub Lee
 

What's hot (20)

Introduction to GitHub Actions
Introduction to GitHub ActionsIntroduction to GitHub Actions
Introduction to GitHub Actions
 
Learning git
Learning gitLearning git
Learning git
 
Git
GitGit
Git
 
Introduction to git & GitHub
Introduction to git & GitHubIntroduction to git & GitHub
Introduction to git & GitHub
 
Git and GitHub
Git and GitHubGit and GitHub
Git and GitHub
 
Understanding GIT and Version Control
Understanding GIT and Version ControlUnderstanding GIT and Version Control
Understanding GIT and Version Control
 
Git 101 for Beginners
Git 101 for Beginners Git 101 for Beginners
Git 101 for Beginners
 
Introduction to GitHub Actions
Introduction to GitHub ActionsIntroduction to GitHub Actions
Introduction to GitHub Actions
 
Introduction to git hub
Introduction to git hubIntroduction to git hub
Introduction to git hub
 
Git and git flow
Git and git flowGit and git flow
Git and git flow
 
Introduction git
Introduction gitIntroduction git
Introduction git
 
A prentation on github
A prentation on githubA prentation on github
A prentation on github
 
Github basics
Github basicsGithub basics
Github basics
 
Git
GitGit
Git
 
Git - Basic Crash Course
Git - Basic Crash CourseGit - Basic Crash Course
Git - Basic Crash Course
 
Git and GitFlow branching model
Git and GitFlow branching modelGit and GitFlow branching model
Git and GitFlow branching model
 
Git Version Control System
Git Version Control SystemGit Version Control System
Git Version Control System
 
Git with bitbucket
Git with bitbucketGit with bitbucket
Git with bitbucket
 
BitBucket presentation
BitBucket presentationBitBucket presentation
BitBucket presentation
 
svn 능력자를 위한 git 개념 가이드
svn 능력자를 위한 git 개념 가이드svn 능력자를 위한 git 개념 가이드
svn 능력자를 위한 git 개념 가이드
 

Similar to Github

Github
GithubGithub
Git Init (Introduction to Git)
Git Init (Introduction to Git)Git Init (Introduction to Git)
Git Init (Introduction to Git)
GDSC UofT Mississauga
 
3DC Intro to Git Workshop
3DC Intro to Git Workshop3DC Intro to Git Workshop
3DC Intro to Git Workshop
BeckhamWee
 
Practical git for developers
Practical git for developersPractical git for developers
Practical git for developers
Wim Godden
 
Git and git hub basics
Git and git hub basicsGit and git hub basics
Git and git hub basics
prostackacademy
 
Brief tutorial on Git
Brief tutorial on GitBrief tutorial on Git
Brief tutorial on Git
聖文 鄭
 
Git and Github.pptx
Git and Github.pptxGit and Github.pptx
Git and Github.pptx
Hitesh670643
 
Git essentials
Git essentialsGit essentials
Git essentials
Otto Kekäläinen
 
Vincit Teatime 2015.2 - Otto Kekäläinen: Don't be a git
Vincit Teatime 2015.2 - Otto Kekäläinen: Don't be a gitVincit Teatime 2015.2 - Otto Kekäläinen: Don't be a git
Vincit Teatime 2015.2 - Otto Kekäläinen: Don't be a git
VincitOy
 
Github - Le Wagon Melbourne
Github - Le Wagon MelbourneGithub - Le Wagon Melbourne
Github - Le Wagon Melbourne
Paal Ringstad
 
Git within RStudio
Git within RStudioGit within RStudio
Git within RStudio
PaulinaJedynakPhD
 
Git & Github Workshop - Le Wagon Melbourne
Git & Github Workshop - Le Wagon MelbourneGit & Github Workshop - Le Wagon Melbourne
Git & Github Workshop - Le Wagon Melbourne
Paal Ringstad
 
Using Bitbucket and Mercurial
Using Bitbucket and MercurialUsing Bitbucket and Mercurial
Using Bitbucket and MercurialGramener
 
Gitt and Git-flow
Gitt and Git-flowGitt and Git-flow
Gitt and Git-flow
Md. Masud
 
Introduction to git and github
Introduction to git and githubIntroduction to git and github
Introduction to git and github
Aderemi Dadepo
 
Bitbucket git-bamboo-jira
Bitbucket git-bamboo-jiraBitbucket git-bamboo-jira
Bitbucket git-bamboo-jira
lenamattt
 

Similar to Github (20)

Github
GithubGithub
Github
 
Git Init (Introduction to Git)
Git Init (Introduction to Git)Git Init (Introduction to Git)
Git Init (Introduction to Git)
 
16 Git
16 Git16 Git
16 Git
 
3DC Intro to Git Workshop
3DC Intro to Git Workshop3DC Intro to Git Workshop
3DC Intro to Git Workshop
 
Practical git for developers
Practical git for developersPractical git for developers
Practical git for developers
 
Git Hub Platform
Git Hub PlatformGit Hub Platform
Git Hub Platform
 
Git and git hub basics
Git and git hub basicsGit and git hub basics
Git and git hub basics
 
Git flow
Git flowGit flow
Git flow
 
Brief tutorial on Git
Brief tutorial on GitBrief tutorial on Git
Brief tutorial on Git
 
Git and Github.pptx
Git and Github.pptxGit and Github.pptx
Git and Github.pptx
 
Git essentials
Git essentialsGit essentials
Git essentials
 
Vincit Teatime 2015.2 - Otto Kekäläinen: Don't be a git
Vincit Teatime 2015.2 - Otto Kekäläinen: Don't be a gitVincit Teatime 2015.2 - Otto Kekäläinen: Don't be a git
Vincit Teatime 2015.2 - Otto Kekäläinen: Don't be a git
 
Github - Le Wagon Melbourne
Github - Le Wagon MelbourneGithub - Le Wagon Melbourne
Github - Le Wagon Melbourne
 
Git within RStudio
Git within RStudioGit within RStudio
Git within RStudio
 
Git & Github Workshop - Le Wagon Melbourne
Git & Github Workshop - Le Wagon MelbourneGit & Github Workshop - Le Wagon Melbourne
Git & Github Workshop - Le Wagon Melbourne
 
Using Bitbucket and Mercurial
Using Bitbucket and MercurialUsing Bitbucket and Mercurial
Using Bitbucket and Mercurial
 
Gitt and Git-flow
Gitt and Git-flowGitt and Git-flow
Gitt and Git-flow
 
Introduction to git and github
Introduction to git and githubIntroduction to git and github
Introduction to git and github
 
Bitbucket git-bamboo-jira
Bitbucket git-bamboo-jiraBitbucket git-bamboo-jira
Bitbucket git-bamboo-jira
 
Git presentation
Git presentationGit presentation
Git presentation
 

Recently uploaded

Vitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke Java Microservices Resume.pdfVitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke
 
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data AnalysisProviding Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Globus
 
Quarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden ExtensionsQuarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden Extensions
Max Andersen
 
May Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdfMay Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdf
Adele Miller
 
How to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good PracticesHow to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good Practices
Globus
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
wottaspaceseo
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
AMB-Review
 
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing SuiteAI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
Google
 
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptxTop Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
rickgrimesss22
 
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Globus
 
Pro Unity Game Development with C-sharp Book
Pro Unity Game Development with C-sharp BookPro Unity Game Development with C-sharp Book
Pro Unity Game Development with C-sharp Book
abdulrafaychaudhry
 
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptxText-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
ShamsuddeenMuhammadA
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
Globus
 
Understanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSageUnderstanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSage
Globus
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Globus
 
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Globus
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
Globus
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
Enterprise Software Development with No Code Solutions.pptx
Enterprise Software Development with No Code Solutions.pptxEnterprise Software Development with No Code Solutions.pptx
Enterprise Software Development with No Code Solutions.pptx
QuickwayInfoSystems3
 

Recently uploaded (20)

Vitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke Java Microservices Resume.pdfVitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke Java Microservices Resume.pdf
 
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data AnalysisProviding Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
 
Quarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden ExtensionsQuarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden Extensions
 
May Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdfMay Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdf
 
How to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good PracticesHow to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good Practices
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
 
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing SuiteAI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
 
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptxTop Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
 
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
 
Pro Unity Game Development with C-sharp Book
Pro Unity Game Development with C-sharp BookPro Unity Game Development with C-sharp Book
Pro Unity Game Development with C-sharp Book
 
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptxText-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
 
Understanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSageUnderstanding Globus Data Transfers with NetSage
Understanding Globus Data Transfers with NetSage
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
 
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
Innovating Inference - Remote Triggering of Large Language Models on HPC Clus...
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
Enterprise Software Development with No Code Solutions.pptx
Enterprise Software Development with No Code Solutions.pptxEnterprise Software Development with No Code Solutions.pptx
Enterprise Software Development with No Code Solutions.pptx
 

Github

  • 1. Md. Jane Alam Adnan (Student) Noakhali Science & Technology University Gmail : adnannstu@gmail.com Contact : 01825003211 Content Creator
  • 2. Table of Content  Git initialization  Declare username and email(globally or locally)  Check username and email  Git status  Add file  Commit  Remove file  Master branch  Branch create  Shifting branch  Check how many branch  Merge branch  Delete branch  Clone  Fetch & Pull  Push Md. Jane Alam Adnan (Student) Noakhali Science & Technology University Gmail : adnannstu@gmail.com Contact : 01825003211 Content Creator
  • 3. git initialization 1. go to your project folder. 2. Right click on your mouse. 3. Select git bush here. 4. Then type git init 5. Press Enter
  • 4. username & email 1. In github command window you write…. 2. git config –global user.name “NameHere” Press Enter 3. git config –global user.email “user@gmail.com” Press Enter Global Declaration
  • 5. username & email 1. In github command window you write…. 2. git config user.name “NameHere” 3. git config user.email user@gmail.com 4. Press Enter local Declaration
  • 6. Check username & email 1. In github command window you write…. 2. git config –list 3. Press Enter
  • 7. Check git status 1. In github command window you write…. 2. Git status 3. Press Enter
  • 8. Add a specific file 1. In github command window you write…. 2. git add filename(WithExtension) 3. Press Enter
  • 9. Add all file of your project 1. In github command window you write…. 2. git add –all or git add . 3. Press Enter or
  • 10. Commit 1. In github command window you write…. 2. git commit –m “type a comment” 3. Press Enter After update anything of your project you should commit it
  • 11. Check how many Commit 1. In github command window you write…. 2. git log 3. Press Enter If you want to check how many commit you had done yet then you can write.... Fig : All commit show here
  • 12. Remove any file 1. In github command window you write…. 2. git rm filename(withExtension) 3. Press Enter To remove any file form your github project then have to write………. 1. In github command window you write… 2. git reset HEAD filename 3. Press Enter
  • 13. Master branch 1. In github command window you write…. 2. git checkout master 3. Press Enter Checkout master branch
  • 14. Create Branch 1. In github command window you write…. 2. git branch branchName 3. Press Enter To create a branch for your project then you have to write…………..
  • 15. Check how many branch 1. In github command window you write…. 2. git branch 3. Press Enter Active branch
  • 16. Shift branch 1. In github command window you write…. 2. git checkout branchname 3. Press Enter if you work with a team, then the team member will work as a branch…….if you want to Work from your branch then you have to checkout your branch……….
  • 17. Merge 1. In github command window you write…. 2. git merge branchname 3. Press Enter If you want to merge your updated all file with your master branch. First you have to go to your master branch then
  • 18. Delete Branch 1. In github command window you write…. 2. git branch –D branchname 3. Press Enter
  • 19. Clone 1. In github command window you write…. 2. git clone gitCloneLink 3. Press Enter When you want to download a github file from the git server to your local computer
  • 20. fetch 1. In github command window you write…. 2. git fetch 3. Press Enter When you update your project folder from your git repository,and still want this change will apply Of your local computer project file. Then you have to write…………..
  • 21. pull 1. In github command window you write…. 2. git pull 3. Press Enter After fetch your local file won’t be updated, for update you have to write Another command like……….
  • 22. push 1. In github command window you write…. 2. git push 3. Press Enter When you add a new file on your local project and want to upload these files on your git server
  • 23. Md. Jane Alam Adnan (Student) Noakhali Science & Technology University Gmail : adnannstu@gmail.com Contact : 01825003211 Content Creator