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
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Producing Creativity
orderedlist
PRO
346
40k
A Modern Web Designer's Workflow
chriscoyier
695
190k
Typedesign – Prime Four
hannesfritz
42
2.7k
How to Think Like a Performance Engineer
csswizardry
25
1.7k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
740
Raft: Consensus for Rubyists
vanstee
140
7k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
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!