GIT AND GITHUB (1).pptx

GIT AND GITHUB
Bringing the world together
C.V. Raman Global University
C.V. Raman Global University, Bhubaneswar
SPEAKERS
Tripti Singh
3rd Year
AI & Machine Learning
Ayush Kumar
ASSOCIATE EXECUTIVE
Web development
3rd year
Musharaf Parwez
HEAD EXECUTIVE
Web development
3rd year
SPEAKERS
Anshit Mishra
Open-Source Contributor
ITM University, Gwalior
GUEST SPEAKERS
VERSION CONTROL SYSTEM
● A version control system (VCS) is like a smart tool that helps people
work together on projects, especially computer programs.
● It keeps track of changes made to files, kind of like saving different
versions of a document.
● It's like having a time machine for your work!
!=
DID YOU KNOW?
GIT GITHUB
WHAT IS GIT?
● GIT is a CLI (Command Line Interface) based tool which is used for
taking snapshots of each and every version of your code.
● GIT is like an all rounder in a team , if you mess up GIT is there to cover
up.
● GIT can go back in time , can save your work repeatedly and many
more. It is by far most used tools by the developers.
REPOSITORIES
● Repo = Repository.
● A folder like Structure containing
all your necessary files .
● Can contain folders,images,files,
etc. , anything you want.
BRANCH
● The branch concept in GIT is like You can create a
branch to work on new features or fix issues
without disrupting the main code.
● If your changes in the branch are good, you can
merge them into the main code. If not, you can
make improvements without affecting the main
codebase.
COMMIT
● A commit is a snapshot of the changes made to
the files in the repository at a specific point in
time.
● Commits store information about what was
changed, who made the change, and when it
was made.
PUSH
● The git push command is used in Git to
upload your local commits and changes to a
remote repository.
● It's like uploading your work to the cloud so
that your teammates or collaborators can
access it.
PULL
● The git pull command is used in Git to synchornize the changes
made by others in your code.
● It’s like merging two codespaces in one.
WORKFLOW OF GITHUB
WORKFLOW OF GITHUB
QUICK DEMO
● Setting up git on Windows.
● Configuring GIT for windows.
● Creating a Github Account.
● Initializing a repo
● Pushing the code to a repo.
GITHUB
● Github is a web based platform that
provides a space where we can
collaborate on different projects.
● We can suggest changes to a repo and
also we can take references for our own
code.
FORK
● Fork is making a copy of a repository into your own GitHub account.
● You can then do any changes or experiments in that code , that won’t be
reflected in the original code .
● If you think that your code is better than the original code you can create a
PULL REQUEST (PR) to the original code.
PULL REQUESTS (PR)
● A pull request is like asking your team to look at the changes you've made
in your separate version of the project and consider adding those changes to
the main project if they're good and ready.
● If they feel good about your work they can merge your code with theirs.
● If they don’t like it they can discard and close the PULL REQUEST (PR)
QUICK DEMO
● Forking a Repo
● Cloning
● Making changes
● Making PULL REQUESTS (PR)
● Accepting PULL REQUEST (PR)
OPEN SOURCE
DEVELOPMENT
What is open source?
○ Software whose source code is made
available to the public, allowing anyone to
view, use, modify, and distribute it.
Key Features:
○ Transparency,community-driven
development, and freedom to customize.
OPEN SOURCE COMPETITIONS
Various competitions promote open source
development.
Examples:
● Google Summer of Code: An annual program
by Google that offers stipends to university
students for contributing to open source
projects.
● GitHub Game Off: A game development
competition hosted by GitHub, focusing on open
source game development.
● Hacktoberfest: An event encouraging
contributions to open source during October,
supported by companies like DigitalOcean.
PERKS & BENEFITS
1 de 20

Recomendados

Understanding the GitOps Workflow and CICD Pipeline - What It Is, Why It Matt... por
Understanding the GitOps Workflow and CICD Pipeline - What It Is, Why It Matt...Understanding the GitOps Workflow and CICD Pipeline - What It Is, Why It Matt...
Understanding the GitOps Workflow and CICD Pipeline - What It Is, Why It Matt...Gibran Badrulzaman
90 visualizações30 slides
Using Git with WordPress - Presented by Nigel Rodgers. por
Using Git with WordPress - Presented by Nigel Rodgers.Using Git with WordPress - Presented by Nigel Rodgers.
Using Git with WordPress - Presented by Nigel Rodgers.WordCamp Harare
896 visualizações31 slides
[APIdays Singapore 2019] Managing the API lifecycle with Open Source Technolo... por
[APIdays Singapore 2019] Managing the API lifecycle with Open Source Technolo...[APIdays Singapore 2019] Managing the API lifecycle with Open Source Technolo...
[APIdays Singapore 2019] Managing the API lifecycle with Open Source Technolo...WSO2
667 visualizações35 slides
CI/CD: Lessons from LinkedIn and Mockito por
CI/CD: Lessons from LinkedIn and MockitoCI/CD: Lessons from LinkedIn and Mockito
CI/CD: Lessons from LinkedIn and MockitoC4Media
392 visualizações30 slides
Learning Git and GitHub - BIT GDSC.pdf por
Learning Git and GitHub - BIT GDSC.pdfLearning Git and GitHub - BIT GDSC.pdf
Learning Git and GitHub - BIT GDSC.pdfJayprakash677449
190 visualizações16 slides
Workshop on Git and GitHub por
Workshop on Git and GitHubWorkshop on Git and GitHub
Workshop on Git and GitHubDSCVSSUT
259 visualizações18 slides

Mais conteúdo relacionado

Similar a GIT AND GITHUB (1).pptx

EGit and Gerrit Code Review - Eclipse DemoCamp Bonn - 2010-11-16 por
EGit and Gerrit Code Review - Eclipse DemoCamp Bonn - 2010-11-16EGit and Gerrit Code Review - Eclipse DemoCamp Bonn - 2010-11-16
EGit and Gerrit Code Review - Eclipse DemoCamp Bonn - 2010-11-16msohn
1.4K visualizações17 slides
Let's talk FOSS! por
Let's talk FOSS!Let's talk FOSS!
Let's talk FOSS!AditiSaxena72
149 visualizações44 slides
MuleSoft_Noida_Meetup_CICD_Azure_07_May_2022.pptx por
MuleSoft_Noida_Meetup_CICD_Azure_07_May_2022.pptxMuleSoft_Noida_Meetup_CICD_Azure_07_May_2022.pptx
MuleSoft_Noida_Meetup_CICD_Azure_07_May_2022.pptxShiva Sahu
439 visualizações23 slides
Introduction to git & github por
Introduction to git & githubIntroduction to git & github
Introduction to git & githubVinothini KadambavanaSundaram
89 visualizações25 slides
Hacktoberfest 2022 por
Hacktoberfest 2022Hacktoberfest 2022
Hacktoberfest 2022GDSCIIITKalyani
309 visualizações21 slides
Overview of Gitlab usage por
Overview of Gitlab usageOverview of Gitlab usage
Overview of Gitlab usageOluDouglas
107 visualizações17 slides

Similar a GIT AND GITHUB (1).pptx(20)

EGit and Gerrit Code Review - Eclipse DemoCamp Bonn - 2010-11-16 por msohn
EGit and Gerrit Code Review - Eclipse DemoCamp Bonn - 2010-11-16EGit and Gerrit Code Review - Eclipse DemoCamp Bonn - 2010-11-16
EGit and Gerrit Code Review - Eclipse DemoCamp Bonn - 2010-11-16
msohn1.4K visualizações
Let's talk FOSS! por AditiSaxena72
Let's talk FOSS!Let's talk FOSS!
Let's talk FOSS!
AditiSaxena72149 visualizações
MuleSoft_Noida_Meetup_CICD_Azure_07_May_2022.pptx por Shiva Sahu
MuleSoft_Noida_Meetup_CICD_Azure_07_May_2022.pptxMuleSoft_Noida_Meetup_CICD_Azure_07_May_2022.pptx
MuleSoft_Noida_Meetup_CICD_Azure_07_May_2022.pptx
Shiva Sahu439 visualizações
Hacktoberfest 2022 por GDSCIIITKalyani
Hacktoberfest 2022Hacktoberfest 2022
Hacktoberfest 2022
GDSCIIITKalyani309 visualizações
Overview of Gitlab usage por OluDouglas
Overview of Gitlab usageOverview of Gitlab usage
Overview of Gitlab usage
OluDouglas107 visualizações
What is version control software and why do you need it? por Leonid Mamchenkov
What is version control software and why do you need it?What is version control software and why do you need it?
What is version control software and why do you need it?
Leonid Mamchenkov8.1K visualizações
Git intro fajar muslim por Jesslyn Nathania
Git intro fajar muslimGit intro fajar muslim
Git intro fajar muslim
Jesslyn Nathania191 visualizações
Free and Open Source Software por Moinuddin Ahmed
Free and Open Source SoftwareFree and Open Source Software
Free and Open Source Software
Moinuddin Ahmed2.6K visualizações
GUI toolkits comparison for python por Darren Su
GUI toolkits comparison for pythonGUI toolkits comparison for python
GUI toolkits comparison for python
Darren Su5K visualizações
GITHUB por rajeshwari5317
GITHUBGITHUB
GITHUB
rajeshwari5317196 visualizações
Leading an open source project as a startup por Nicolas Garnier
Leading an open source project as a startupLeading an open source project as a startup
Leading an open source project as a startup
Nicolas Garnier95 visualizações
Leading An Open Source Project As A Startup por Mailjet
Leading An Open Source Project As A StartupLeading An Open Source Project As A Startup
Leading An Open Source Project As A Startup
Mailjet342 visualizações
Github 101 An Adventurer's Guide To Open Source por Prachitibhukan
Github 101   An Adventurer's Guide To Open SourceGithub 101   An Adventurer's Guide To Open Source
Github 101 An Adventurer's Guide To Open Source
Prachitibhukan147 visualizações
Advantages of golang development services & 10 most used go frameworks por Katy Slemon
Advantages of golang development services & 10 most used go frameworksAdvantages of golang development services & 10 most used go frameworks
Advantages of golang development services & 10 most used go frameworks
Katy Slemon111 visualizações
Hacktoberfest 2020 - Open source for beginners por DeepikaRana30
Hacktoberfest 2020 - Open source for beginnersHacktoberfest 2020 - Open source for beginners
Hacktoberfest 2020 - Open source for beginners
DeepikaRana30333 visualizações
GitOps: Git come unica fonte di verità per applicazioni e infrastruttura por sparkfabrik
GitOps: Git come unica fonte di verità per applicazioni e infrastrutturaGitOps: Git come unica fonte di verità per applicazioni e infrastruttura
GitOps: Git come unica fonte di verità per applicazioni e infrastruttura
sparkfabrik533 visualizações
Releaseflow: a healthy build and deploy process por Christopher Cundill
Releaseflow: a healthy build and deploy processReleaseflow: a healthy build and deploy process
Releaseflow: a healthy build and deploy process
Christopher Cundill211 visualizações
Web-development-git por Bridh Athanatos
Web-development-gitWeb-development-git
Web-development-git
Bridh Athanatos111 visualizações

Último

SUPPLIER SOURCING.pptx por
SUPPLIER SOURCING.pptxSUPPLIER SOURCING.pptx
SUPPLIER SOURCING.pptxangelicacueva6
16 visualizações1 slide
20231123_Camunda Meetup Vienna.pdf por
20231123_Camunda Meetup Vienna.pdf20231123_Camunda Meetup Vienna.pdf
20231123_Camunda Meetup Vienna.pdfPhactum Softwareentwicklung GmbH
41 visualizações73 slides
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f... por
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...TrustArc
11 visualizações29 slides
6g - REPORT.pdf por
6g - REPORT.pdf6g - REPORT.pdf
6g - REPORT.pdfLiveplex
10 visualizações23 slides
STKI Israeli Market Study 2023 corrected forecast 2023_24 v3.pdf por
STKI Israeli Market Study 2023   corrected forecast 2023_24 v3.pdfSTKI Israeli Market Study 2023   corrected forecast 2023_24 v3.pdf
STKI Israeli Market Study 2023 corrected forecast 2023_24 v3.pdfDr. Jimmy Schwarzkopf
20 visualizações29 slides
Future of AR - Facebook Presentation por
Future of AR - Facebook PresentationFuture of AR - Facebook Presentation
Future of AR - Facebook Presentationssuserb54b561
15 visualizações27 slides

Último(20)

SUPPLIER SOURCING.pptx por angelicacueva6
SUPPLIER SOURCING.pptxSUPPLIER SOURCING.pptx
SUPPLIER SOURCING.pptx
angelicacueva616 visualizações
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f... por TrustArc
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc11 visualizações
6g - REPORT.pdf por Liveplex
6g - REPORT.pdf6g - REPORT.pdf
6g - REPORT.pdf
Liveplex10 visualizações
STKI Israeli Market Study 2023 corrected forecast 2023_24 v3.pdf por Dr. Jimmy Schwarzkopf
STKI Israeli Market Study 2023   corrected forecast 2023_24 v3.pdfSTKI Israeli Market Study 2023   corrected forecast 2023_24 v3.pdf
STKI Israeli Market Study 2023 corrected forecast 2023_24 v3.pdf
Dr. Jimmy Schwarzkopf20 visualizações
Future of AR - Facebook Presentation por ssuserb54b561
Future of AR - Facebook PresentationFuture of AR - Facebook Presentation
Future of AR - Facebook Presentation
ssuserb54b56115 visualizações
Unit 1_Lecture 2_Physical Design of IoT.pdf por StephenTec
Unit 1_Lecture 2_Physical Design of IoT.pdfUnit 1_Lecture 2_Physical Design of IoT.pdf
Unit 1_Lecture 2_Physical Design of IoT.pdf
StephenTec12 visualizações
Igniting Next Level Productivity with AI-Infused Data Integration Workflows por Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software280 visualizações
PharoJS - Zürich Smalltalk Group Meetup November 2023 por Noury Bouraqadi
PharoJS - Zürich Smalltalk Group Meetup November 2023PharoJS - Zürich Smalltalk Group Meetup November 2023
PharoJS - Zürich Smalltalk Group Meetup November 2023
Noury Bouraqadi132 visualizações
Voice Logger - Telephony Integration Solution at Aegis por Nirmal Sharma
Voice Logger - Telephony Integration Solution at AegisVoice Logger - Telephony Integration Solution at Aegis
Voice Logger - Telephony Integration Solution at Aegis
Nirmal Sharma39 visualizações
"Running students' code in isolation. The hard way", Yurii Holiuk por Fwdays
"Running students' code in isolation. The hard way", Yurii Holiuk "Running students' code in isolation. The hard way", Yurii Holiuk
"Running students' code in isolation. The hard way", Yurii Holiuk
Fwdays17 visualizações
Business Analyst Series 2023 - Week 3 Session 5 por DianaGray10
Business Analyst Series 2023 -  Week 3 Session 5Business Analyst Series 2023 -  Week 3 Session 5
Business Analyst Series 2023 - Week 3 Session 5
DianaGray10300 visualizações
Uni Systems for Power Platform.pptx por Uni Systems S.M.S.A.
Uni Systems for Power Platform.pptxUni Systems for Power Platform.pptx
Uni Systems for Power Platform.pptx
Uni Systems S.M.S.A.56 visualizações
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors por sugiuralab
TouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective SensorsTouchLog: Finger Micro Gesture Recognition  Using Photo-Reflective Sensors
TouchLog: Finger Micro Gesture Recognition Using Photo-Reflective Sensors
sugiuralab21 visualizações
virtual reality.pptx por G036GaikwadSnehal
virtual reality.pptxvirtual reality.pptx
virtual reality.pptx
G036GaikwadSnehal14 visualizações
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ... por Jasper Oosterveld
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...
Jasper Oosterveld19 visualizações
Scaling Knowledge Graph Architectures with AI por Enterprise Knowledge
Scaling Knowledge Graph Architectures with AIScaling Knowledge Graph Architectures with AI
Scaling Knowledge Graph Architectures with AI
Enterprise Knowledge38 visualizações

GIT AND GITHUB (1).pptx

  • 1. GIT AND GITHUB Bringing the world together C.V. Raman Global University
  • 2. C.V. Raman Global University, Bhubaneswar SPEAKERS Tripti Singh 3rd Year AI & Machine Learning Ayush Kumar ASSOCIATE EXECUTIVE Web development 3rd year Musharaf Parwez HEAD EXECUTIVE Web development 3rd year SPEAKERS Anshit Mishra Open-Source Contributor ITM University, Gwalior GUEST SPEAKERS
  • 3. VERSION CONTROL SYSTEM ● A version control system (VCS) is like a smart tool that helps people work together on projects, especially computer programs. ● It keeps track of changes made to files, kind of like saving different versions of a document. ● It's like having a time machine for your work!
  • 5. WHAT IS GIT? ● GIT is a CLI (Command Line Interface) based tool which is used for taking snapshots of each and every version of your code. ● GIT is like an all rounder in a team , if you mess up GIT is there to cover up. ● GIT can go back in time , can save your work repeatedly and many more. It is by far most used tools by the developers.
  • 6. REPOSITORIES ● Repo = Repository. ● A folder like Structure containing all your necessary files . ● Can contain folders,images,files, etc. , anything you want.
  • 7. BRANCH ● The branch concept in GIT is like You can create a branch to work on new features or fix issues without disrupting the main code. ● If your changes in the branch are good, you can merge them into the main code. If not, you can make improvements without affecting the main codebase.
  • 8. COMMIT ● A commit is a snapshot of the changes made to the files in the repository at a specific point in time. ● Commits store information about what was changed, who made the change, and when it was made.
  • 9. PUSH ● The git push command is used in Git to upload your local commits and changes to a remote repository. ● It's like uploading your work to the cloud so that your teammates or collaborators can access it.
  • 10. PULL ● The git pull command is used in Git to synchornize the changes made by others in your code. ● It’s like merging two codespaces in one.
  • 13. QUICK DEMO ● Setting up git on Windows. ● Configuring GIT for windows. ● Creating a Github Account. ● Initializing a repo ● Pushing the code to a repo.
  • 14. GITHUB ● Github is a web based platform that provides a space where we can collaborate on different projects. ● We can suggest changes to a repo and also we can take references for our own code.
  • 15. FORK ● Fork is making a copy of a repository into your own GitHub account. ● You can then do any changes or experiments in that code , that won’t be reflected in the original code . ● If you think that your code is better than the original code you can create a PULL REQUEST (PR) to the original code.
  • 16. PULL REQUESTS (PR) ● A pull request is like asking your team to look at the changes you've made in your separate version of the project and consider adding those changes to the main project if they're good and ready. ● If they feel good about your work they can merge your code with theirs. ● If they don’t like it they can discard and close the PULL REQUEST (PR)
  • 17. QUICK DEMO ● Forking a Repo ● Cloning ● Making changes ● Making PULL REQUESTS (PR) ● Accepting PULL REQUEST (PR)
  • 18. OPEN SOURCE DEVELOPMENT What is open source? ○ Software whose source code is made available to the public, allowing anyone to view, use, modify, and distribute it. Key Features: ○ Transparency,community-driven development, and freedom to customize.
  • 19. OPEN SOURCE COMPETITIONS Various competitions promote open source development. Examples: ● Google Summer of Code: An annual program by Google that offers stipends to university students for contributing to open source projects. ● GitHub Game Off: A game development competition hosted by GitHub, focusing on open source game development. ● Hacktoberfest: An event encouraging contributions to open source during October, supported by companies like DigitalOcean.