1、Orlando,FLOctober 69IBM TechXchange 2025Session 1260Dugan SheehanEnsono,Distinguished TechnologistSteven PervaEnsono,Expert Innovation EngineerGet to Git:Modernizing Mainframe Development&DeploymentWhat you will learn in this session0102030405Importance of Git in ModernizationBenefits of Transitioni
2、ng to GitTransition Challenges and ApproachesReal-World ExamplesFrom Slides to ActionIBM TechXchange|2025 IBM CorporationIntroductions Steven PervaSteven Perva-IBM Champion 2022-2025-Founder System Z Enthusiasts Discord-z/OS Systems Programmer 15 years-Expert Mainframe Innovation Engineer EnsonoDuga
3、n SheehanDugan Sheehan-Distinguished Engineer Sr.Director of Azure Product-Lead a team of Engineers,which develop tooling and automation to support our Managed Service offering-4 years at Ensono,21 years professionally-Started working on Azure from the very beginning(ASM v1)and launched a managed se
4、rvice at a previous MSP(grew 100MM)-Love finding creative ways to harness technology+automation to solve complex business challenges.IBM TechXchange|2025 IBM Corporation3What is Git?Version Control:Version Control:Git tracks changes to files over time,enabling easy rollback,comparison,and understand
5、ing of project evolution.Distributed:Distributed:Every developer has a full local copy of the repository,allowing offline work and seamless collaboration.Efficient:Efficient:Git uses snapshots(not deltas),supports powerful branching and merging,and facilitates teamwork with conflict resolution tools
6、.IBM TechXchange|2025 IBM Corporation4Some Basic Git TermsClone:Clone:A copy of a remote repository downloaded to your local machine,allowing you to work on the project offline and sync changes later.Branch:Branch:A parallel version of the repository used to develop features,fix bugs,or experiment w