SlideShare a Scribd company logo
Git/Github &
Salesforce
Gordon Bockus 03/27/2017
• Git overview
• Github overview
• Should I use this as a Salesforce developer?
• What about SFDX?
• Questions
What is Git?
• Who has used Git?
• Version Control System for tracking changes and
coordinating work on files among multiple people
What?
• A tool for helping multiple people all work on the
same code base without losing their minds.
Maybe a picture will help
Branches, commits, and merges….oh my
What again?
• Branches
• Commits
• Merges
• Pull request
• Rebase
Distributed Version Control
System
• Remote (Github) - Merges happen here (mostly)
• branches
• commits
• Local (your machine) - Edits happen here (mostly)
• branches
• commit
Distributed Version Control
System
Demo
Github and friends
• Github
• BitBucket
• Stash
• ??????
Github like service
• User access control
• Pull Requests
• Ticketing system
• and more…..
Do I need this?
• Yes, yes you do
• Let computers do their thing
• Made a change to code, realized it was a mistake and wanted to revert back?
• Lost code or had a backup that was too old?
• Had to maintain multiple versions of a product?
• Wanted to see the difference between two (or more) versions of your code?
• Wanted to prove that a particular change broke or fixed a piece of code?
• Wanted to review the history of some code?
• Wanted to submit a change to someone else's code?
• Wanted to share your code, or let other people work on your code?
• Wanted to see how much work is being done, and where, when and by whom?
• Wanted to experiment with a new feature without interfering with working code?
• In these cases, and no doubt others, a version control system should make your life easier.
• To misquote a friend: A civilized tool for a civilized age.
Salesforce
• Org is the final say in what code/configs exists
• Can be manually altered
• Sandboxes are…well sandboxes
• Hard to tell what was changed when
SF + git (Today)
• Force migration tool (Ant)
• Illuminated Cloud
• Eclipse
• jsforce
• …lots of options
Changes from Admins
• Create branch off master and deploy to org
• Changes are made form SF UI
• pull in changes from org
• Merge with latest from master and open PR
Salesforce DX
• Automated deployments from GitHub
repositories
• Continuous integration triggered by repository
activity
• Basically takes some things that are hard but
possible today and makes them simple
Final Word
• Git is Awesome (and free)
• You should be using it
• Come on…everybody's doing it
Ad

More Related Content

What's hot (20)

Azure Pipelines
Azure PipelinesAzure Pipelines
Azure Pipelines
Mithun Shanbhag
 
Git Branching Model
Git Branching ModelGit Branching Model
Git Branching Model
Lemi Orhan Ergin
 
Manage Salesforce Like a Pro with Governance
Manage Salesforce Like a Pro with GovernanceManage Salesforce Like a Pro with Governance
Manage Salesforce Like a Pro with Governance
Salesforce Admins
 
Replicate Salesforce Data in Real Time with Change Data Capture
Replicate Salesforce Data in Real Time with Change Data CaptureReplicate Salesforce Data in Real Time with Change Data Capture
Replicate Salesforce Data in Real Time with Change Data Capture
Salesforce Developers
 
Release & Change management in salesforce
Release & Change management in salesforceRelease & Change management in salesforce
Release & Change management in salesforce
Kalyan Lanka ☁
 
Salesforce Continuous Integration with AutoRABIT
Salesforce Continuous Integration with AutoRABITSalesforce Continuous Integration with AutoRABIT
Salesforce Continuous Integration with AutoRABIT
Vishnu Raju Datla
 
Manage Development in Your Org with Salesforce Governance Framework
Manage Development in Your Org with Salesforce Governance FrameworkManage Development in Your Org with Salesforce Governance Framework
Manage Development in Your Org with Salesforce Governance Framework
Salesforce Developers
 
CI/CD with Github Actions
CI/CD with Github ActionsCI/CD with Github Actions
CI/CD with Github Actions
Md. Minhazul Haque
 
Salesforce Sharing Architecture
Salesforce Sharing ArchitectureSalesforce Sharing Architecture
Salesforce Sharing Architecture
gemziebeth
 
From Sandbox To Production: An Introduction to Salesforce Release Management
From Sandbox To Production: An Introduction to Salesforce Release ManagementFrom Sandbox To Production: An Introduction to Salesforce Release Management
From Sandbox To Production: An Introduction to Salesforce Release Management
Salesforce Developers
 
Dev ops != Dev+Ops
Dev ops != Dev+OpsDev ops != Dev+Ops
Dev ops != Dev+Ops
Shalu Ahuja
 
CI/CD Overview
CI/CD OverviewCI/CD Overview
CI/CD Overview
An Nguyen
 
Salesforce Release Management - Best Practices and Tools for Deployment
Salesforce Release Management - Best Practices and Tools for DeploymentSalesforce Release Management - Best Practices and Tools for Deployment
Salesforce Release Management - Best Practices and Tools for Deployment
Salesforce Developers
 
Salesforce DevOps using GitHub Action
Salesforce DevOps using GitHub ActionSalesforce DevOps using GitHub Action
Salesforce DevOps using GitHub Action
Sakthivel Madesh
 
Devops On Cloud Powerpoint Template Slides Powerpoint Presentation Slides
Devops On Cloud Powerpoint Template Slides Powerpoint Presentation SlidesDevops On Cloud Powerpoint Template Slides Powerpoint Presentation Slides
Devops On Cloud Powerpoint Template Slides Powerpoint Presentation Slides
SlideTeam
 
Azure DevOps - Azure Guatemala Meetup
Azure DevOps - Azure Guatemala MeetupAzure DevOps - Azure Guatemala Meetup
Azure DevOps - Azure Guatemala Meetup
Guillermo Zepeda Selman
 
Performing a successful technical debt assessment in Salesforce
Performing a successful technical debt assessment in SalesforcePerforming a successful technical debt assessment in Salesforce
Performing a successful technical debt assessment in Salesforce
Coforge (Erstwhile WHISHWORKS)
 
Platform Engineering
Platform EngineeringPlatform Engineering
Platform Engineering
Opsta
 
Infrastructure as Code Presentation v5.pptx
Infrastructure as Code Presentation v5.pptxInfrastructure as Code Presentation v5.pptx
Infrastructure as Code Presentation v5.pptx
YASHSRIVASTAVA811639
 
How to implement DevOps in your Organization
How to implement DevOps in your OrganizationHow to implement DevOps in your Organization
How to implement DevOps in your Organization
Dalibor Blazevic
 
Manage Salesforce Like a Pro with Governance
Manage Salesforce Like a Pro with GovernanceManage Salesforce Like a Pro with Governance
Manage Salesforce Like a Pro with Governance
Salesforce Admins
 
Replicate Salesforce Data in Real Time with Change Data Capture
Replicate Salesforce Data in Real Time with Change Data CaptureReplicate Salesforce Data in Real Time with Change Data Capture
Replicate Salesforce Data in Real Time with Change Data Capture
Salesforce Developers
 
Release & Change management in salesforce
Release & Change management in salesforceRelease & Change management in salesforce
Release & Change management in salesforce
Kalyan Lanka ☁
 
Salesforce Continuous Integration with AutoRABIT
Salesforce Continuous Integration with AutoRABITSalesforce Continuous Integration with AutoRABIT
Salesforce Continuous Integration with AutoRABIT
Vishnu Raju Datla
 
Manage Development in Your Org with Salesforce Governance Framework
Manage Development in Your Org with Salesforce Governance FrameworkManage Development in Your Org with Salesforce Governance Framework
Manage Development in Your Org with Salesforce Governance Framework
Salesforce Developers
 
Salesforce Sharing Architecture
Salesforce Sharing ArchitectureSalesforce Sharing Architecture
Salesforce Sharing Architecture
gemziebeth
 
From Sandbox To Production: An Introduction to Salesforce Release Management
From Sandbox To Production: An Introduction to Salesforce Release ManagementFrom Sandbox To Production: An Introduction to Salesforce Release Management
From Sandbox To Production: An Introduction to Salesforce Release Management
Salesforce Developers
 
Dev ops != Dev+Ops
Dev ops != Dev+OpsDev ops != Dev+Ops
Dev ops != Dev+Ops
Shalu Ahuja
 
CI/CD Overview
CI/CD OverviewCI/CD Overview
CI/CD Overview
An Nguyen
 
Salesforce Release Management - Best Practices and Tools for Deployment
Salesforce Release Management - Best Practices and Tools for DeploymentSalesforce Release Management - Best Practices and Tools for Deployment
Salesforce Release Management - Best Practices and Tools for Deployment
Salesforce Developers
 
Salesforce DevOps using GitHub Action
Salesforce DevOps using GitHub ActionSalesforce DevOps using GitHub Action
Salesforce DevOps using GitHub Action
Sakthivel Madesh
 
Devops On Cloud Powerpoint Template Slides Powerpoint Presentation Slides
Devops On Cloud Powerpoint Template Slides Powerpoint Presentation SlidesDevops On Cloud Powerpoint Template Slides Powerpoint Presentation Slides
Devops On Cloud Powerpoint Template Slides Powerpoint Presentation Slides
SlideTeam
 
Performing a successful technical debt assessment in Salesforce
Performing a successful technical debt assessment in SalesforcePerforming a successful technical debt assessment in Salesforce
Performing a successful technical debt assessment in Salesforce
Coforge (Erstwhile WHISHWORKS)
 
Platform Engineering
Platform EngineeringPlatform Engineering
Platform Engineering
Opsta
 
Infrastructure as Code Presentation v5.pptx
Infrastructure as Code Presentation v5.pptxInfrastructure as Code Presentation v5.pptx
Infrastructure as Code Presentation v5.pptx
YASHSRIVASTAVA811639
 
How to implement DevOps in your Organization
How to implement DevOps in your OrganizationHow to implement DevOps in your Organization
How to implement DevOps in your Organization
Dalibor Blazevic
 

Viewers also liked (20)

What is Code?
What is Code?What is Code?
What is Code?
Gordon Bockus
 
Write bulletproof trigger code
Write bulletproof trigger codeWrite bulletproof trigger code
Write bulletproof trigger code
Salesforce Developers
 
Using Oracle Eloqua Marketing Automation for Content Marketing
Using Oracle Eloqua Marketing Automation for Content MarketingUsing Oracle Eloqua Marketing Automation for Content Marketing
Using Oracle Eloqua Marketing Automation for Content Marketing
Aptly GmbH
 
How to Use HubSpot And Wistia
How to Use HubSpot And WistiaHow to Use HubSpot And Wistia
How to Use HubSpot And Wistia
HUG Atlanta
 
Eloqua for Business
Eloqua for BusinessEloqua for Business
Eloqua for Business
Vanessa Bright
 
Bma kc marketing automation-perceptive_software_final
Bma kc marketing automation-perceptive_software_finalBma kc marketing automation-perceptive_software_final
Bma kc marketing automation-perceptive_software_final
Business Marketing Association of Kansas City
 
Marketing Automation Meetup - Eloqua Lead Scoring
Marketing Automation Meetup - Eloqua Lead ScoringMarketing Automation Meetup - Eloqua Lead Scoring
Marketing Automation Meetup - Eloqua Lead Scoring
Derek Bell
 
Angular js best practice
Angular js best practiceAngular js best practice
Angular js best practice
Matteo Scandolo
 
Why Use Oracle VM for Oracle Databases? Revera Presentation
Why Use Oracle VM for Oracle Databases? Revera PresentationWhy Use Oracle VM for Oracle Databases? Revera Presentation
Why Use Oracle VM for Oracle Databases? Revera Presentation
Francisco Alvarez
 
Empower Your Sales Team With Marketing Automation
Empower Your Sales Team With Marketing AutomationEmpower Your Sales Team With Marketing Automation
Empower Your Sales Team With Marketing Automation
Marilyn (Rupp) Cox, PMP
 
ABM Crash Course: 5 Steps to Generating Better Leads and Closing More Deals
ABM Crash Course: 5 Steps to Generating Better Leads and Closing More DealsABM Crash Course: 5 Steps to Generating Better Leads and Closing More Deals
ABM Crash Course: 5 Steps to Generating Better Leads and Closing More Deals
OPTUNL | Account Based Marketing
 
How To Improve Your Lead Quality Using HubSpot
How To Improve Your Lead Quality Using HubSpotHow To Improve Your Lead Quality Using HubSpot
How To Improve Your Lead Quality Using HubSpot
HubSpot
 
Xactly and Salesforce.com
Xactly and Salesforce.comXactly and Salesforce.com
Xactly and Salesforce.com
XactlyCorp
 
Marketing automation and it collaboration. eloqua markie award winner 2014 ra...
Marketing automation and it collaboration. eloqua markie award winner 2014 ra...Marketing automation and it collaboration. eloqua markie award winner 2014 ra...
Marketing automation and it collaboration. eloqua markie award winner 2014 ra...
Kimmo Kanerva
 
10 Ways Marketing Automation Can Help Your Team Succeed!
10 Ways Marketing Automation Can Help Your Team Succeed!10 Ways Marketing Automation Can Help Your Team Succeed!
10 Ways Marketing Automation Can Help Your Team Succeed!
Marketo
 
Intellio - What Leads to Salesforce Success?
Intellio - What Leads to Salesforce Success?Intellio - What Leads to Salesforce Success?
Intellio - What Leads to Salesforce Success?
Myles Walsh
 
How To Improve Your Marketing Conversion Using HubSpot Analytics
How To Improve Your Marketing Conversion Using HubSpot AnalyticsHow To Improve Your Marketing Conversion Using HubSpot Analytics
How To Improve Your Marketing Conversion Using HubSpot Analytics
HubSpot
 
Marketo Account-Based Marketing
Marketo Account-Based MarketingMarketo Account-Based Marketing
Marketo Account-Based Marketing
Marketo
 
Oracle Policy Automation - Making Policies Work for You (NCOAUG 2014)
Oracle Policy Automation - Making Policies Work for You (NCOAUG 2014)Oracle Policy Automation - Making Policies Work for You (NCOAUG 2014)
Oracle Policy Automation - Making Policies Work for You (NCOAUG 2014)
anilnt
 
Oracle hyperion essbase
Oracle hyperion essbaseOracle hyperion essbase
Oracle hyperion essbase
Timothy J. Simkiss, CPA
 
Using Oracle Eloqua Marketing Automation for Content Marketing
Using Oracle Eloqua Marketing Automation for Content MarketingUsing Oracle Eloqua Marketing Automation for Content Marketing
Using Oracle Eloqua Marketing Automation for Content Marketing
Aptly GmbH
 
How to Use HubSpot And Wistia
How to Use HubSpot And WistiaHow to Use HubSpot And Wistia
How to Use HubSpot And Wistia
HUG Atlanta
 
Marketing Automation Meetup - Eloqua Lead Scoring
Marketing Automation Meetup - Eloqua Lead ScoringMarketing Automation Meetup - Eloqua Lead Scoring
Marketing Automation Meetup - Eloqua Lead Scoring
Derek Bell
 
Angular js best practice
Angular js best practiceAngular js best practice
Angular js best practice
Matteo Scandolo
 
Why Use Oracle VM for Oracle Databases? Revera Presentation
Why Use Oracle VM for Oracle Databases? Revera PresentationWhy Use Oracle VM for Oracle Databases? Revera Presentation
Why Use Oracle VM for Oracle Databases? Revera Presentation
Francisco Alvarez
 
Empower Your Sales Team With Marketing Automation
Empower Your Sales Team With Marketing AutomationEmpower Your Sales Team With Marketing Automation
Empower Your Sales Team With Marketing Automation
Marilyn (Rupp) Cox, PMP
 
ABM Crash Course: 5 Steps to Generating Better Leads and Closing More Deals
ABM Crash Course: 5 Steps to Generating Better Leads and Closing More DealsABM Crash Course: 5 Steps to Generating Better Leads and Closing More Deals
ABM Crash Course: 5 Steps to Generating Better Leads and Closing More Deals
OPTUNL | Account Based Marketing
 
How To Improve Your Lead Quality Using HubSpot
How To Improve Your Lead Quality Using HubSpotHow To Improve Your Lead Quality Using HubSpot
How To Improve Your Lead Quality Using HubSpot
HubSpot
 
Xactly and Salesforce.com
Xactly and Salesforce.comXactly and Salesforce.com
Xactly and Salesforce.com
XactlyCorp
 
Marketing automation and it collaboration. eloqua markie award winner 2014 ra...
Marketing automation and it collaboration. eloqua markie award winner 2014 ra...Marketing automation and it collaboration. eloqua markie award winner 2014 ra...
Marketing automation and it collaboration. eloqua markie award winner 2014 ra...
Kimmo Kanerva
 
10 Ways Marketing Automation Can Help Your Team Succeed!
10 Ways Marketing Automation Can Help Your Team Succeed!10 Ways Marketing Automation Can Help Your Team Succeed!
10 Ways Marketing Automation Can Help Your Team Succeed!
Marketo
 
Intellio - What Leads to Salesforce Success?
Intellio - What Leads to Salesforce Success?Intellio - What Leads to Salesforce Success?
Intellio - What Leads to Salesforce Success?
Myles Walsh
 
How To Improve Your Marketing Conversion Using HubSpot Analytics
How To Improve Your Marketing Conversion Using HubSpot AnalyticsHow To Improve Your Marketing Conversion Using HubSpot Analytics
How To Improve Your Marketing Conversion Using HubSpot Analytics
HubSpot
 
Marketo Account-Based Marketing
Marketo Account-Based MarketingMarketo Account-Based Marketing
Marketo Account-Based Marketing
Marketo
 
Oracle Policy Automation - Making Policies Work for You (NCOAUG 2014)
Oracle Policy Automation - Making Policies Work for You (NCOAUG 2014)Oracle Policy Automation - Making Policies Work for You (NCOAUG 2014)
Oracle Policy Automation - Making Policies Work for You (NCOAUG 2014)
anilnt
 
Ad

Similar to Git/Github & Salesforce (20)

Intro to Git & GitHub
Intro to Git & GitHubIntro to Git & GitHub
Intro to Git & GitHub
GoogleDevelopersStud
 
Mini-training: Let’s Git It!
Mini-training: Let’s Git It!Mini-training: Let’s Git It!
Mini-training: Let’s Git It!
Betclic Everest Group Tech Team
 
Demo
DemoDemo
Demo
Miracle Anyanwu
 
Harvard ABCD-WWW Git presentation
Harvard ABCD-WWW Git presentationHarvard ABCD-WWW Git presentation
Harvard ABCD-WWW Git presentation
Jeff Byrnes
 
Git and github
Git and githubGit and github
Git and github
Sayantika Banik
 
Intro to git
Intro to gitIntro to git
Intro to git
josh_cutler
 
git-presentation.pdf
git-presentation.pdfgit-presentation.pdf
git-presentation.pdf
2022bcacsbshubh12897
 
Git & GitHub N00bs
Git & GitHub N00bsGit & GitHub N00bs
Git & GitHub N00bs
YasserElsnbary
 
Mastering git
Mastering gitMastering git
Mastering git
Christopher Gomez
 
Git Session 2K23.pptx
Git Session 2K23.pptxGit Session 2K23.pptx
Git Session 2K23.pptx
Eshaan35
 
Version control with Git & GitHub
Version control with Git & GitHubVersion control with Git & GitHub
Version control with Git & GitHub
benko
 
Git and Github Session
Git and Github SessionGit and Github Session
Git and Github Session
GoogleDevelopersStud1
 
Que nos espera a los ALM Dudes para el 2013?
Que nos espera a los ALM Dudes para el 2013?Que nos espera a los ALM Dudes para el 2013?
Que nos espera a los ALM Dudes para el 2013?
Bruno Capuano
 
Github
GithubGithub
Github
MeetPatel710
 
Git and GitHub.pptx
Git and GitHub.pptxGit and GitHub.pptx
Git and GitHub.pptx
kelashraisal052
 
Git 101: Git and GitHub for Beginners
Git 101: Git and GitHub for Beginners Git 101: Git and GitHub for Beginners
Git 101: Git and GitHub for Beginners
HubSpot
 
git and github
git and githubgit and github
git and github
Darren Oakley
 
Embedded Systems: Lecture 10: Introduction to Git & GitHub (Part 1)
Embedded Systems: Lecture 10: Introduction to Git & GitHub (Part 1)Embedded Systems: Lecture 10: Introduction to Git & GitHub (Part 1)
Embedded Systems: Lecture 10: Introduction to Git & GitHub (Part 1)
Ahmed El-Arabawy
 
GDGLSPGCOER - Git and GitHub Workshop.pptx
GDGLSPGCOER - Git and GitHub Workshop.pptxGDGLSPGCOER - Git and GitHub Workshop.pptx
GDGLSPGCOER - Git and GitHub Workshop.pptx
azeenhodekar
 
Getting intimate with Git
Getting intimate with GitGetting intimate with Git
Getting intimate with Git
KoalaMetrics
 
Harvard ABCD-WWW Git presentation
Harvard ABCD-WWW Git presentationHarvard ABCD-WWW Git presentation
Harvard ABCD-WWW Git presentation
Jeff Byrnes
 
Git Session 2K23.pptx
Git Session 2K23.pptxGit Session 2K23.pptx
Git Session 2K23.pptx
Eshaan35
 
Version control with Git & GitHub
Version control with Git & GitHubVersion control with Git & GitHub
Version control with Git & GitHub
benko
 
Que nos espera a los ALM Dudes para el 2013?
Que nos espera a los ALM Dudes para el 2013?Que nos espera a los ALM Dudes para el 2013?
Que nos espera a los ALM Dudes para el 2013?
Bruno Capuano
 
Git 101: Git and GitHub for Beginners
Git 101: Git and GitHub for Beginners Git 101: Git and GitHub for Beginners
Git 101: Git and GitHub for Beginners
HubSpot
 
Embedded Systems: Lecture 10: Introduction to Git & GitHub (Part 1)
Embedded Systems: Lecture 10: Introduction to Git & GitHub (Part 1)Embedded Systems: Lecture 10: Introduction to Git & GitHub (Part 1)
Embedded Systems: Lecture 10: Introduction to Git & GitHub (Part 1)
Ahmed El-Arabawy
 
GDGLSPGCOER - Git and GitHub Workshop.pptx
GDGLSPGCOER - Git and GitHub Workshop.pptxGDGLSPGCOER - Git and GitHub Workshop.pptx
GDGLSPGCOER - Git and GitHub Workshop.pptx
azeenhodekar
 
Getting intimate with Git
Getting intimate with GitGetting intimate with Git
Getting intimate with Git
KoalaMetrics
 
Ad

More from Gordon Bockus (6)

Level Up Your Salesforce Unit Testing
Level Up Your Salesforce Unit TestingLevel Up Your Salesforce Unit Testing
Level Up Your Salesforce Unit Testing
Gordon Bockus
 
Getting a Talk Accepted at Dreamforce
Getting a Talk Accepted at DreamforceGetting a Talk Accepted at Dreamforce
Getting a Talk Accepted at Dreamforce
Gordon Bockus
 
Code iscool
Code iscoolCode iscool
Code iscool
Gordon Bockus
 
Lightning Components Workshop
Lightning Components WorkshopLightning Components Workshop
Lightning Components Workshop
Gordon Bockus
 
jForce In Action
jForce In ActionjForce In Action
jForce In Action
Gordon Bockus
 
Building Massive AngularJS Apps
Building Massive AngularJS AppsBuilding Massive AngularJS Apps
Building Massive AngularJS Apps
Gordon Bockus
 
Level Up Your Salesforce Unit Testing
Level Up Your Salesforce Unit TestingLevel Up Your Salesforce Unit Testing
Level Up Your Salesforce Unit Testing
Gordon Bockus
 
Getting a Talk Accepted at Dreamforce
Getting a Talk Accepted at DreamforceGetting a Talk Accepted at Dreamforce
Getting a Talk Accepted at Dreamforce
Gordon Bockus
 
Lightning Components Workshop
Lightning Components WorkshopLightning Components Workshop
Lightning Components Workshop
Gordon Bockus
 
Building Massive AngularJS Apps
Building Massive AngularJS AppsBuilding Massive AngularJS Apps
Building Massive AngularJS Apps
Gordon Bockus
 

Recently uploaded (20)

Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?
Eric Torreborre
 
Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Kit-Works Team Study_아직도 Dockefile.pdf_김성호Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Wonjun Hwang
 
Q1 2025 Dropbox Earnings and Investor Presentation
Q1 2025 Dropbox Earnings and Investor PresentationQ1 2025 Dropbox Earnings and Investor Presentation
Q1 2025 Dropbox Earnings and Investor Presentation
Dropbox
 
Design pattern talk by Kaya Weers - 2025 (v2)
Design pattern talk by Kaya Weers - 2025 (v2)Design pattern talk by Kaya Weers - 2025 (v2)
Design pattern talk by Kaya Weers - 2025 (v2)
Kaya Weers
 
Kit-Works Team Study_팀스터디_김한솔_nuqs_20250509.pdf
Kit-Works Team Study_팀스터디_김한솔_nuqs_20250509.pdfKit-Works Team Study_팀스터디_김한솔_nuqs_20250509.pdf
Kit-Works Team Study_팀스터디_김한솔_nuqs_20250509.pdf
Wonjun Hwang
 
An Overview of Salesforce Health Cloud & How is it Transforming Patient Care
An Overview of Salesforce Health Cloud & How is it Transforming Patient CareAn Overview of Salesforce Health Cloud & How is it Transforming Patient Care
An Overview of Salesforce Health Cloud & How is it Transforming Patient Care
Cyntexa
 
Agentic Automation - Delhi UiPath Community Meetup
Agentic Automation - Delhi UiPath Community MeetupAgentic Automation - Delhi UiPath Community Meetup
Agentic Automation - Delhi UiPath Community Meetup
Manoj Batra (1600 + Connections)
 
How to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabberHow to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabber
eGrabber
 
Limecraft Webinar - 2025.3 release, featuring Content Delivery, Graphic Conte...
Limecraft Webinar - 2025.3 release, featuring Content Delivery, Graphic Conte...Limecraft Webinar - 2025.3 release, featuring Content Delivery, Graphic Conte...
Limecraft Webinar - 2025.3 release, featuring Content Delivery, Graphic Conte...
Maarten Verwaest
 
Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...
Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...
Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...
Markus Eisele
 
Zilliz Cloud Monthly Technical Review: May 2025
Zilliz Cloud Monthly Technical Review: May 2025Zilliz Cloud Monthly Technical Review: May 2025
Zilliz Cloud Monthly Technical Review: May 2025
Zilliz
 
Optima Cyber - Maritime Cyber Security - MSSP Services - Manolis Sfakianakis ...
Optima Cyber - Maritime Cyber Security - MSSP Services - Manolis Sfakianakis ...Optima Cyber - Maritime Cyber Security - MSSP Services - Manolis Sfakianakis ...
Optima Cyber - Maritime Cyber Security - MSSP Services - Manolis Sfakianakis ...
Mike Mingos
 
Config 2025 presentation recap covering both days
Config 2025 presentation recap covering both daysConfig 2025 presentation recap covering both days
Config 2025 presentation recap covering both days
TrishAntoni1
 
Dark Dynamism: drones, dark factories and deurbanization
Dark Dynamism: drones, dark factories and deurbanizationDark Dynamism: drones, dark factories and deurbanization
Dark Dynamism: drones, dark factories and deurbanization
Jakub Šimek
 
Slack like a pro: strategies for 10x engineering teams
Slack like a pro: strategies for 10x engineering teamsSlack like a pro: strategies for 10x engineering teams
Slack like a pro: strategies for 10x engineering teams
Nacho Cougil
 
Crazy Incentives and How They Kill Security. How Do You Turn the Wheel?
Crazy Incentives and How They Kill Security. How Do You Turn the Wheel?Crazy Incentives and How They Kill Security. How Do You Turn the Wheel?
Crazy Incentives and How They Kill Security. How Do You Turn the Wheel?
Christian Folini
 
Developing System Infrastructure Design Plan.pptx
Developing System Infrastructure Design Plan.pptxDeveloping System Infrastructure Design Plan.pptx
Developing System Infrastructure Design Plan.pptx
wondimagegndesta
 
May Patch Tuesday
May Patch TuesdayMay Patch Tuesday
May Patch Tuesday
Ivanti
 
RTP Over QUIC: An Interesting Opportunity Or Wasted Time?
RTP Over QUIC: An Interesting Opportunity Or Wasted Time?RTP Over QUIC: An Interesting Opportunity Or Wasted Time?
RTP Over QUIC: An Interesting Opportunity Or Wasted Time?
Lorenzo Miniero
 
Com fer un pla de gestió de dades amb l'eiNa DMP (en anglès)
Com fer un pla de gestió de dades amb l'eiNa DMP (en anglès)Com fer un pla de gestió de dades amb l'eiNa DMP (en anglès)
Com fer un pla de gestió de dades amb l'eiNa DMP (en anglès)
CSUC - Consorci de Serveis Universitaris de Catalunya
 
Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?
Eric Torreborre
 
Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Kit-Works Team Study_아직도 Dockefile.pdf_김성호Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Wonjun Hwang
 
Q1 2025 Dropbox Earnings and Investor Presentation
Q1 2025 Dropbox Earnings and Investor PresentationQ1 2025 Dropbox Earnings and Investor Presentation
Q1 2025 Dropbox Earnings and Investor Presentation
Dropbox
 
Design pattern talk by Kaya Weers - 2025 (v2)
Design pattern talk by Kaya Weers - 2025 (v2)Design pattern talk by Kaya Weers - 2025 (v2)
Design pattern talk by Kaya Weers - 2025 (v2)
Kaya Weers
 
Kit-Works Team Study_팀스터디_김한솔_nuqs_20250509.pdf
Kit-Works Team Study_팀스터디_김한솔_nuqs_20250509.pdfKit-Works Team Study_팀스터디_김한솔_nuqs_20250509.pdf
Kit-Works Team Study_팀스터디_김한솔_nuqs_20250509.pdf
Wonjun Hwang
 
An Overview of Salesforce Health Cloud & How is it Transforming Patient Care
An Overview of Salesforce Health Cloud & How is it Transforming Patient CareAn Overview of Salesforce Health Cloud & How is it Transforming Patient Care
An Overview of Salesforce Health Cloud & How is it Transforming Patient Care
Cyntexa
 
How to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabberHow to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabber
eGrabber
 
Limecraft Webinar - 2025.3 release, featuring Content Delivery, Graphic Conte...
Limecraft Webinar - 2025.3 release, featuring Content Delivery, Graphic Conte...Limecraft Webinar - 2025.3 release, featuring Content Delivery, Graphic Conte...
Limecraft Webinar - 2025.3 release, featuring Content Delivery, Graphic Conte...
Maarten Verwaest
 
Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...
Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...
Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...
Markus Eisele
 
Zilliz Cloud Monthly Technical Review: May 2025
Zilliz Cloud Monthly Technical Review: May 2025Zilliz Cloud Monthly Technical Review: May 2025
Zilliz Cloud Monthly Technical Review: May 2025
Zilliz
 
Optima Cyber - Maritime Cyber Security - MSSP Services - Manolis Sfakianakis ...
Optima Cyber - Maritime Cyber Security - MSSP Services - Manolis Sfakianakis ...Optima Cyber - Maritime Cyber Security - MSSP Services - Manolis Sfakianakis ...
Optima Cyber - Maritime Cyber Security - MSSP Services - Manolis Sfakianakis ...
Mike Mingos
 
Config 2025 presentation recap covering both days
Config 2025 presentation recap covering both daysConfig 2025 presentation recap covering both days
Config 2025 presentation recap covering both days
TrishAntoni1
 
Dark Dynamism: drones, dark factories and deurbanization
Dark Dynamism: drones, dark factories and deurbanizationDark Dynamism: drones, dark factories and deurbanization
Dark Dynamism: drones, dark factories and deurbanization
Jakub Šimek
 
Slack like a pro: strategies for 10x engineering teams
Slack like a pro: strategies for 10x engineering teamsSlack like a pro: strategies for 10x engineering teams
Slack like a pro: strategies for 10x engineering teams
Nacho Cougil
 
Crazy Incentives and How They Kill Security. How Do You Turn the Wheel?
Crazy Incentives and How They Kill Security. How Do You Turn the Wheel?Crazy Incentives and How They Kill Security. How Do You Turn the Wheel?
Crazy Incentives and How They Kill Security. How Do You Turn the Wheel?
Christian Folini
 
Developing System Infrastructure Design Plan.pptx
Developing System Infrastructure Design Plan.pptxDeveloping System Infrastructure Design Plan.pptx
Developing System Infrastructure Design Plan.pptx
wondimagegndesta
 
May Patch Tuesday
May Patch TuesdayMay Patch Tuesday
May Patch Tuesday
Ivanti
 
RTP Over QUIC: An Interesting Opportunity Or Wasted Time?
RTP Over QUIC: An Interesting Opportunity Or Wasted Time?RTP Over QUIC: An Interesting Opportunity Or Wasted Time?
RTP Over QUIC: An Interesting Opportunity Or Wasted Time?
Lorenzo Miniero
 

Git/Github & Salesforce

  • 2. • Git overview • Github overview • Should I use this as a Salesforce developer? • What about SFDX? • Questions
  • 3. What is Git? • Who has used Git? • Version Control System for tracking changes and coordinating work on files among multiple people
  • 4. What? • A tool for helping multiple people all work on the same code base without losing their minds.
  • 5. Maybe a picture will help Branches, commits, and merges….oh my
  • 6. What again? • Branches • Commits • Merges • Pull request • Rebase
  • 7. Distributed Version Control System • Remote (Github) - Merges happen here (mostly) • branches • commits • Local (your machine) - Edits happen here (mostly) • branches • commit
  • 10. Github and friends • Github • BitBucket • Stash • ??????
  • 11. Github like service • User access control • Pull Requests • Ticketing system • and more…..
  • 12. Do I need this? • Yes, yes you do • Let computers do their thing
  • 13. • Made a change to code, realized it was a mistake and wanted to revert back? • Lost code or had a backup that was too old? • Had to maintain multiple versions of a product? • Wanted to see the difference between two (or more) versions of your code? • Wanted to prove that a particular change broke or fixed a piece of code? • Wanted to review the history of some code? • Wanted to submit a change to someone else's code? • Wanted to share your code, or let other people work on your code? • Wanted to see how much work is being done, and where, when and by whom? • Wanted to experiment with a new feature without interfering with working code? • In these cases, and no doubt others, a version control system should make your life easier. • To misquote a friend: A civilized tool for a civilized age.
  • 14. Salesforce • Org is the final say in what code/configs exists • Can be manually altered • Sandboxes are…well sandboxes • Hard to tell what was changed when
  • 15. SF + git (Today) • Force migration tool (Ant) • Illuminated Cloud • Eclipse • jsforce • …lots of options
  • 16. Changes from Admins • Create branch off master and deploy to org • Changes are made form SF UI • pull in changes from org • Merge with latest from master and open PR
  • 17. Salesforce DX • Automated deployments from GitHub repositories • Continuous integration triggered by repository activity • Basically takes some things that are hard but possible today and makes them simple
  • 18. Final Word • Git is Awesome (and free) • You should be using it • Come on…everybody's doing it

Editor's Notes

  • #4: Linus Torvalds - creator of the Linux kernel
  • #19: No more commenting code with with ticket numbers (history in git is awesome) It will enable you with more then just code designers using it to store assets You can us it to host websites Open source is built on it.
  翻译: