Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Version Control, Git and GitHub.pdf
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
'Bosun Egberinde
July 17, 2018
1
67
Version Control, Git and GitHub.pdf
'Bosun Egberinde
July 17, 2018
Tweet
Share
More Decks by 'Bosun Egberinde
See All by 'Bosun Egberinde
Asynchronous PHP and Why you should care as a PHP Developer
bosunski
2
130
How Does Money Flow
bosunski
1
38
Featured
See All Featured
First, design no harm
axbom
PRO
2
1.1k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.6k
Building a Modern Day E-commerce SEO Strategy
aleyda
45
8.9k
Making the Leap to Tech Lead
cromwellryan
135
9.8k
GitHub's CSS Performance
jonrohan
1032
470k
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
110
4 Signs Your Business is Dying
shpigford
187
22k
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
118
110k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Color Theory Basics | Prateek | Gurzu
gurzu
0
250
Google's AI Overviews - The New Search
badams
0
930
Imperfection Machines: The Place of Print at Facebook
scottboms
269
14k
Transcript
I’m ‘Bosun Egberinde Facebook => Twitter => GitHub => @bosunski
Hi,
Introduction to the World of Git: GitHub Collaboration made simple
and flawless!
TOC Overview Software Development Life Cycle Version Control Git GitHub
Handson Session
Overview 00 Software Development 02 Git 03 GitHub 01 Version
Control
Software Development Life Cycle SDLC or the Software Development Life
Cycle is a process that produces software with the highest quality and lowest cost in the shortest time. SDLC includes a detailed plan for how to develop, alter, maintain, and replace a software system.
Software Development Life Cycle SDLC involves several distinct stages, including:
• Planning, • Design, • Building, • Testing, • Deployment.
The Agile Development as SLDC example. Prototype Deploy Refine Get
feedback 01 02 03 04
We have a problem! How good we can Iterate through
the SLDC process determine how well our Software will serve the need of the users!
Question? • What if we’re much doing this together? •
Wait… you mean together? • How can I build feature A while you’re building feature B? • ...
Version Control System (VCS) Version control is a system that
records changes to a file or set of files over time so that you can recall specific versions later.
Before VCSs • We create copies of files in different
ways. • Sometimes, we lose track of them OR • We might even delete them accidentally. • And so on … Add yours :)
To deal with these problems... • VCS • VCS •
VCS • VCS
Check this out …
We can even have a central VCS
OR a Distributed VCS to make it better!
Here we Go! GIT!! • Git is a VCS. A
Distributed VCS! • I can install it! You can too! • It can be installed on the server! • It provides us with everything we need to do Version Control.
Wanna get yours? https://git-scm.com/downloads
So, Where’s GitHub? Let’s see it in action!
Time to get the hands dirty!
Resources • Getting Started with VCS: http://bit.ly/2L2B8rU • Agile: http://bit.ly/2mn2uKl
• SLDC: https://stackify.com/what-is-sdlc/
I’m ‘Bosun Egberinde Facebook => Twitter => GitHub => @bosunski
Once again,
Thank you!