SlideShare une entreprise Scribd logo
1  sur  24
Télécharger pour lire hors ligne
GIT	on	with	it...
Henri	Kuiper
zdevops
November	2018
Session	OA
InTRoDuCTIOn
henRI KuIpER
DoInG GIT SInCE 2008
certIFIed MAInFRAImE JunKIE (addicted SInCE 1998)
@HenRIKUIPeR, @wIZARdoFzOS
ZDEVOPS, GSE, OnLYonCe, qRYPTOnITe, EVILMAInFRAMe
nerdy Old-sKooL ThIngS
RUnS z/OS At HoMe
MIGHT bE In HIS 'OFFICE' TOO MUCH...
GIT on wIth It...
1 HOUR of gIT AnD MAInFRAMES
§VERSIOn COnTROL: WHY???
§GIT bASIC concepts
§InstAlLInG IT On z/OS
§ZIgI : THe ISpF gIt intERFACe
§PRACTICAL USECASES
VERSIOn COnTROL
"Though a program be
but three lines long,
someday it will have to
be maintained."
- Tao of Programming
VERSIOn COnTROL
WHAT MAKES GIT GIT
DISTRIBUTED InSTEAD of CEnTRALIZED
VerSIOns MAnAGED WITH SnAPSHOTS (noT DELTAS]
VerSIOn MAnAGED At THE REPO LEVEL (nOT FILES]
OFFLInE WoRK POSSIbLE
EACH DEvELOPER HAS FULL PRoJECT HISTORY
SUPPORTS PARALLEL WORKFLOWS
BASIC COnCEPtS
LOCAL REPOSITORY, STAGInG AREA AnD WORKInG
DIRECTORY
CREATInG A LoCAL REPOSITORY
ADDInG to the STAGInG AREA
COMMITTInG tO ThE REPOSITORY
BRAnCHES AnD REMOTE REPOSITORIES
PUSH, PULL, meRGE anD reBasE
FILE STATUS LIFECYCLE
untracked
unmodified
modified
staged
add	it
modify	itstage	it
delete	it
commit	it
Commits are like a blockchain
commit ca5258...
author henri
parent
This	is	my	first	commit.
commit 1a3d43...
author henri
parent ca5258...
And	my	second	commit
commit b9d344...
author henri
parent 1a3d43...
Final commit
SNAPSHOT	"A" SNAPSHOT	"B" SNAPSHOT	"C"
BRAnCHES
A
B
C
master
D
develop
F
E
efix
G
git checkout	-b	efix git checkout	-b	develop
BRAnCHECEPTIOn?
https://stackoverflow.com/questions/20755434/what-is-the-master-branch-and-release-branch-for
MERGInG
C
master
D
develop
F
E
efix
G
H
I
MERGE or REBASE ?
https://jeffkreeftmeijer.com/git-rebase/
REPOS AnD ACTIONS
remote	repository
local	repository
stage
working	directory
add
commit
pushfetch
checkout
pull
GIT BASIC COnCEPTS...
RUnnInG GIT On Z/OS
InstallaTIOn IS EPLS...
Get an AccounT at THE good PEOPLE of ROCKET
DOwnLoad GIT, BASH, PEARl AnD GZIP
DownLoad THE InSTaller-SCRIPT
PUT THEm All In OnE DIRECTORY
Run ThAt InSTaLLER ScrIPT (RooT MAY BE REQ.]
https://gist.github.com/wizardofzos/897b243d4cbe9fbc471ec1396fbbe174
https://my.rocketsoftware.com
IBMUSER:/prj/rocket/gitstuff: >./install.sh
ffffffffffffffff
f::::::::::::::::f
f::::::::::::::::::f
f::::::fffffff:::::f
zzzzzzzzzzzzzzzzz ooooooooooo mmmmmmm mmmmmmm f:::::f ffffffggggggggg ggggg
z:::::::::::::::z oo:::::::::::oo mm:::::::m m:::::::mm f:::::f g:::::::::ggg::::g
z::::::::::::::z o:::::::::::::::om::::::::::mm::::::::::mf:::::::ffffff g:::::::::::::::::g
zzzzzzzz::::::z o:::::ooooo:::::om::::::::::::::::::::::mf::::::::::::f g::::::ggggg::::::gg
z::::::z o::::o o::::om:::::mmm::::::mmm:::::mf::::::::::::f g:::::g g:::::g
z::::::z o::::o o::::om::::m m::::m m::::mf:::::::ffffff g:::::g g:::::g
z::::::z o::::o o::::om::::m m::::m m::::m f:::::f g:::::g g:::::g
z::::::z o::::o o::::om::::m m::::m m::::m f:::::f g::::::g g:::::g
z::::::zzzzzzzzo:::::ooooo:::::om::::m m::::m m::::mf:::::::f g:::::::ggggg:::::g
z::::::::::::::zo:::::::::::::::om::::m m::::m m::::mf:::::::f g::::::::::::::::g
z:::::::::::::::z oo:::::::::::oo m::::m m::::m m::::mf:::::::f gg::::::::::::::g
zzzzzzzzzzzzzzzzz ooooooooooo mmmmmm mmmmmm mmmmmmfffffffff gggggggg::::::g
g:::::g
gggggg g:::::g
Just imagine what could have happened here now. g:::::gg gg:::::g
You just executed a script from the internet. g::::::ggg:::::::g
As 'root'!. And did not bother to check it ?? gg:::::::::::::g
ggg::::::ggg
use the --notstupid flag next time gggggg
ALWAYS be CAREFULL!!!
THInGS tO TAKE InTO ACCOUnT
EnCODInG: EBCDIC/ASCII STUFF
.gItATTRIBUTES is YOUR FRIEnD
SETUP FILE TAGGInG / AUTOTAG!!
SETUP yOUR SSH-KEYS for pASSWORDLESS GIT
WHAT Can GIT on Z dO?
MAnAGE your USS-EnVIROnMEnT
MAnAGE youR tRADITIOnAL MVS DATASETS
ACT AS A DISTIRIBUTIOn TOOL
MAKe THE PLATFORM MORE ACCESSIBLE
Can EVEn DO PRESEnTATIOnS from USS to WEB!
DEMO : ZIGIISPF-GIT- InTERFACE
https://github.com/wizardofzos/zigi
PRESEnTATIOnS FrOm GIT
Work In Progress
DEV
TEST ACC PROD
SYS1.STUFF
SYS1.STUFF
SYS1.STUFF
IWS/FileTriggers
History
Rollback
audittrail
We	want	your	feedback!
• Please	submit	your	feedback	online	at	….
Øhttp://conferences.gse.org.uk/2018/feedback/OA
• Paper	feedback	forms	are	also	available	from	the	Chair	person
• This	session	is	OA

Contenu connexe

Similaire à GIT on with it

GitGot: The Swiss Army Chainsaw of Git Repo Management
GitGot: The Swiss Army Chainsaw of Git Repo ManagementGitGot: The Swiss Army Chainsaw of Git Repo Management
GitGot: The Swiss Army Chainsaw of Git Repo ManagementJohn Anderson
 
Version Control and Git - GitHub Workshop
Version Control and Git - GitHub WorkshopVersion Control and Git - GitHub Workshop
Version Control and Git - GitHub WorkshopAll Things Open
 
Grpc and asp.net partie 2
Grpc and asp.net partie 2Grpc and asp.net partie 2
Grpc and asp.net partie 2MSDEVMTL
 
Pynquino技術資料
Pynquino技術資料Pynquino技術資料
Pynquino技術資料Shohei Aoki
 
[DBA]_HiramFleitas_Encryption_And_Database_Source_Control
[DBA]_HiramFleitas_Encryption_And_Database_Source_Control[DBA]_HiramFleitas_Encryption_And_Database_Source_Control
[DBA]_HiramFleitas_Encryption_And_Database_Source_ControlHiram Fleitas León
 
smusher has_a_location acts_as_feed
smusher has_a_location acts_as_feedsmusher has_a_location acts_as_feed
smusher has_a_location acts_as_feedgrosser
 
Building Software Ecosystems for AI Cloud using Singularity HPC Container
Building Software Ecosystems for AI Cloud using Singularity HPC ContainerBuilding Software Ecosystems for AI Cloud using Singularity HPC Container
Building Software Ecosystems for AI Cloud using Singularity HPC ContainerHitoshi Sato
 
모바일 웹 디버깅
모바일 웹 디버깅모바일 웹 디버깅
모바일 웹 디버깅Jae Sung Park
 
JICA Training 2018, Power of NeoGeographer
JICA Training 2018, Power of NeoGeographerJICA Training 2018, Power of NeoGeographer
JICA Training 2018, Power of NeoGeographerTaichi Furuhashi
 
GIT - DUG Antwerp
GIT - DUG AntwerpGIT - DUG Antwerp
GIT - DUG AntwerpKrimson
 
Docker on ARM Raspberry Pi
Docker on ARM Raspberry PiDocker on ARM Raspberry Pi
Docker on ARM Raspberry PiEueung Mulyana
 
「Power of NeoGeographer」Lecture
「Power of NeoGeographer」Lecture「Power of NeoGeographer」Lecture
「Power of NeoGeographer」LectureTaichi Furuhashi
 
It's Not Continuous Delivery If You Can't Deploy Right Now
It's Not Continuous Delivery If You Can't Deploy Right NowIt's Not Continuous Delivery If You Can't Deploy Right Now
It's Not Continuous Delivery If You Can't Deploy Right NowKen Mugrage
 
CGo for fun and profit
CGo for fun and profitCGo for fun and profit
CGo for fun and profitLiz Frost
 
Micro Python で組み込み Python
Micro Python で組み込み PythonMicro Python で組み込み Python
Micro Python で組み込み PythonHirotaka Kawata
 
Доклад Антона Поварова "Go in Badoo" с Golang Meetup
Доклад Антона Поварова "Go in Badoo" с Golang MeetupДоклад Антона Поварова "Go in Badoo" с Golang Meetup
Доклад Антона Поварова "Go in Badoo" с Golang MeetupBadoo Development
 
20140623 jica forest_remotesensing_lecture_mapconcierge
20140623 jica forest_remotesensing_lecture_mapconcierge20140623 jica forest_remotesensing_lecture_mapconcierge
20140623 jica forest_remotesensing_lecture_mapconciergeTaichi Furuhashi
 

Similaire à GIT on with it (20)

Github integration-kostyasha
Github integration-kostyashaGithub integration-kostyasha
Github integration-kostyasha
 
GitGot: The Swiss Army Chainsaw of Git Repo Management
GitGot: The Swiss Army Chainsaw of Git Repo ManagementGitGot: The Swiss Army Chainsaw of Git Repo Management
GitGot: The Swiss Army Chainsaw of Git Repo Management
 
Version Control and Git - GitHub Workshop
Version Control and Git - GitHub WorkshopVersion Control and Git - GitHub Workshop
Version Control and Git - GitHub Workshop
 
Grpc and asp.net partie 2
Grpc and asp.net partie 2Grpc and asp.net partie 2
Grpc and asp.net partie 2
 
Pynquino技術資料
Pynquino技術資料Pynquino技術資料
Pynquino技術資料
 
[DBA]_HiramFleitas_Encryption_And_Database_Source_Control
[DBA]_HiramFleitas_Encryption_And_Database_Source_Control[DBA]_HiramFleitas_Encryption_And_Database_Source_Control
[DBA]_HiramFleitas_Encryption_And_Database_Source_Control
 
smusher has_a_location acts_as_feed
smusher has_a_location acts_as_feedsmusher has_a_location acts_as_feed
smusher has_a_location acts_as_feed
 
Building Software Ecosystems for AI Cloud using Singularity HPC Container
Building Software Ecosystems for AI Cloud using Singularity HPC ContainerBuilding Software Ecosystems for AI Cloud using Singularity HPC Container
Building Software Ecosystems for AI Cloud using Singularity HPC Container
 
모바일 웹 디버깅
모바일 웹 디버깅모바일 웹 디버깅
모바일 웹 디버깅
 
CVPR 2020 報告
CVPR 2020 報告CVPR 2020 報告
CVPR 2020 報告
 
JICA Training 2018, Power of NeoGeographer
JICA Training 2018, Power of NeoGeographerJICA Training 2018, Power of NeoGeographer
JICA Training 2018, Power of NeoGeographer
 
GIT - DUG Antwerp
GIT - DUG AntwerpGIT - DUG Antwerp
GIT - DUG Antwerp
 
Docker on ARM Raspberry Pi
Docker on ARM Raspberry PiDocker on ARM Raspberry Pi
Docker on ARM Raspberry Pi
 
儲かるドキュメント
儲かるドキュメント儲かるドキュメント
儲かるドキュメント
 
「Power of NeoGeographer」Lecture
「Power of NeoGeographer」Lecture「Power of NeoGeographer」Lecture
「Power of NeoGeographer」Lecture
 
It's Not Continuous Delivery If You Can't Deploy Right Now
It's Not Continuous Delivery If You Can't Deploy Right NowIt's Not Continuous Delivery If You Can't Deploy Right Now
It's Not Continuous Delivery If You Can't Deploy Right Now
 
CGo for fun and profit
CGo for fun and profitCGo for fun and profit
CGo for fun and profit
 
Micro Python で組み込み Python
Micro Python で組み込み PythonMicro Python で組み込み Python
Micro Python で組み込み Python
 
Доклад Антона Поварова "Go in Badoo" с Golang Meetup
Доклад Антона Поварова "Go in Badoo" с Golang MeetupДоклад Антона Поварова "Go in Badoo" с Golang Meetup
Доклад Антона Поварова "Go in Badoo" с Golang Meetup
 
20140623 jica forest_remotesensing_lecture_mapconcierge
20140623 jica forest_remotesensing_lecture_mapconcierge20140623 jica forest_remotesensing_lecture_mapconcierge
20140623 jica forest_remotesensing_lecture_mapconcierge
 

Dernier

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 

Dernier (20)

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 

GIT on with it