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
'Bosun Egberinde
July 17, 2018
1
63
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
35
Featured
See All Featured
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
830
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
4 Signs Your Business is Dying
shpigford
184
22k
How to Ace a Technical Interview
jacobian
278
23k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Statistics for Hackers
jakevdp
799
220k
Why Our Code Smells
bkeepers
PRO
336
57k
Building Adaptive Systems
keathley
43
2.7k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Automating Front-end Workflow
addyosmani
1370
200k
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!