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 von 20

Recomendados

Understanding the GitOps Workflow and CICD Pipeline - What It Is, Why It Matt... von
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
92 views30 Folien
Using Git with WordPress - Presented by Nigel Rodgers. von
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 views31 Folien
[APIdays Singapore 2019] Managing the API lifecycle with Open Source Technolo... von
[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 views35 Folien
CI/CD: Lessons from LinkedIn and Mockito von
CI/CD: Lessons from LinkedIn and MockitoCI/CD: Lessons from LinkedIn and Mockito
CI/CD: Lessons from LinkedIn and MockitoC4Media
392 views30 Folien
Learning Git and GitHub - BIT GDSC.pdf von
Learning Git and GitHub - BIT GDSC.pdfLearning Git and GitHub - BIT GDSC.pdf
Learning Git and GitHub - BIT GDSC.pdfJayprakash677449
190 views16 Folien
Workshop on Git and GitHub von
Workshop on Git and GitHubWorkshop on Git and GitHub
Workshop on Git and GitHubDSCVSSUT
259 views18 Folien

Más contenido relacionado

Similar a GIT AND GITHUB (1).pptx

EGit and Gerrit Code Review - Eclipse DemoCamp Bonn - 2010-11-16 von
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 views17 Folien
Let's talk FOSS! von
Let's talk FOSS!Let's talk FOSS!
Let's talk FOSS!AditiSaxena72
149 views44 Folien
MuleSoft_Noida_Meetup_CICD_Azure_07_May_2022.pptx von
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 views23 Folien
Introduction to git & github von
Introduction to git & githubIntroduction to git & github
Introduction to git & githubVinothini KadambavanaSundaram
90 views25 Folien
Hacktoberfest 2022 von
Hacktoberfest 2022Hacktoberfest 2022
Hacktoberfest 2022GDSCIIITKalyani
310 views21 Folien
Overview of Gitlab usage von
Overview of Gitlab usageOverview of Gitlab usage
Overview of Gitlab usageOluDouglas
108 views17 Folien

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

EGit and Gerrit Code Review - Eclipse DemoCamp Bonn - 2010-11-16 von 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 views
MuleSoft_Noida_Meetup_CICD_Azure_07_May_2022.pptx von 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 views
Overview of Gitlab usage von OluDouglas
Overview of Gitlab usageOverview of Gitlab usage
Overview of Gitlab usage
OluDouglas108 views
What is version control software and why do you need it? von 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 views
GUI toolkits comparison for python von Darren Su
GUI toolkits comparison for pythonGUI toolkits comparison for python
GUI toolkits comparison for python
Darren Su5K views
Leading an open source project as a startup von 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 views
Leading An Open Source Project As A Startup von 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 views
Github 101 An Adventurer's Guide To Open Source von 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 views
Advantages of golang development services & 10 most used go frameworks von 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 views
Hacktoberfest 2020 - Open source for beginners von DeepikaRana30
Hacktoberfest 2020 - Open source for beginnersHacktoberfest 2020 - Open source for beginners
Hacktoberfest 2020 - Open source for beginners
DeepikaRana30333 views
GitOps: Git come unica fonte di verità per applicazioni e infrastruttura von 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 views

Último

Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT von
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBITUpdates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBITShapeBlue
91 views8 Folien
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda... von
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...ShapeBlue
63 views13 Folien
DRBD Deep Dive - Philipp Reisner - LINBIT von
DRBD Deep Dive - Philipp Reisner - LINBITDRBD Deep Dive - Philipp Reisner - LINBIT
DRBD Deep Dive - Philipp Reisner - LINBITShapeBlue
62 views21 Folien
MVP and prioritization.pdf von
MVP and prioritization.pdfMVP and prioritization.pdf
MVP and prioritization.pdfrahuldharwal141
38 views8 Folien
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue von
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlueVNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlueShapeBlue
85 views54 Folien
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P... von
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...ShapeBlue
82 views62 Folien

Último(20)

Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT von ShapeBlue
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBITUpdates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT
ShapeBlue91 views
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda... von ShapeBlue
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
ShapeBlue63 views
DRBD Deep Dive - Philipp Reisner - LINBIT von ShapeBlue
DRBD Deep Dive - Philipp Reisner - LINBITDRBD Deep Dive - Philipp Reisner - LINBIT
DRBD Deep Dive - Philipp Reisner - LINBIT
ShapeBlue62 views
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue von ShapeBlue
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlueVNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
ShapeBlue85 views
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P... von ShapeBlue
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...
ShapeBlue82 views
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ... von ShapeBlue
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...
ShapeBlue83 views
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava... von ShapeBlue
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
ShapeBlue48 views
NTGapps NTG LowCode Platform von Mustafa Kuğu
NTGapps NTG LowCode Platform NTGapps NTG LowCode Platform
NTGapps NTG LowCode Platform
Mustafa Kuğu141 views
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online von ShapeBlue
KVM Security Groups Under the Hood - Wido den Hollander - Your.OnlineKVM Security Groups Under the Hood - Wido den Hollander - Your.Online
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online
ShapeBlue102 views
Business Analyst Series 2023 - Week 3 Session 5 von DianaGray10
Business Analyst Series 2023 -  Week 3 Session 5Business Analyst Series 2023 -  Week 3 Session 5
Business Analyst Series 2023 - Week 3 Session 5
DianaGray10369 views
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R... von ShapeBlue
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...
ShapeBlue54 views
Five Things You SHOULD Know About Postman von Postman
Five Things You SHOULD Know About PostmanFive Things You SHOULD Know About Postman
Five Things You SHOULD Know About Postman
Postman40 views
Data Integrity for Banking and Financial Services von Precisely
Data Integrity for Banking and Financial ServicesData Integrity for Banking and Financial Services
Data Integrity for Banking and Financial Services
Precisely56 views
Keynote Talk: Open Source is Not Dead - Charles Schulz - Vates von ShapeBlue
Keynote Talk: Open Source is Not Dead - Charles Schulz - VatesKeynote Talk: Open Source is Not Dead - Charles Schulz - Vates
Keynote Talk: Open Source is Not Dead - Charles Schulz - Vates
ShapeBlue119 views
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or... von ShapeBlue
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
ShapeBlue88 views
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ... von ShapeBlue
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
ShapeBlue77 views

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.