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
64
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
36
Featured
See All Featured
Code Review Best Practice
trishagee
70
19k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Designing Experiences People Love
moore
142
24k
A designer walks into a library…
pauljervisheath
207
24k
Building an army of robots
kneath
306
46k
Visualization
eitanlees
148
16k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.9k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
4 Signs Your Business is Dying
shpigford
184
22k
Gamification - CAS2011
davidbonilla
81
5.4k
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!