SlideShare a Scribd company logo
1 of 59
Download to read offline
Neruti Technology Sdn Bhd
www.neruti.com
Cheng Ping Onn
Founder & CTO
Git Advanced – Guest Lecture
TAR University College
Git Advanced Content
•Company Intro
•Dif
•Merge
•Reset
•Rebase
•Stash
•Governance
Company Background

Machine
Learning

Big Data

Insight
+ =
Maybank Fintech
IBM Global
Entrepreneur
CIP Catalyst
Recipient
Travel Recommendation
Autonomous Driving
Source: Tesla Model S
From AutoPilot to AutoLand
Source: Technology Helps Pilots Land in Fog, Wall Street Journal.

Customer
Response
Prediction
Use Cases

Credit Card
Fraud
Detection

Product
Recommendation
Machine Learning Workflow

Data

Model

Prediction

Actual
Reinforcement Learning
from previous session...
Clone
Tracking Branch
$ git diff
dif
•Deviation of content
•Similar to UNIX dif
•Traverse tree
dif
diff diagram
dif demo
•Working file - Commit
•Working file - Index
•Index - Repo
•Commit - Commit
Symmetrical dif
$ git diff master..dev
$ git log master..dev
Limiting dif Demo
$ git diff –-stat master~5
master
$ git diff --stat master~5
master directory
//list diff on a directory
$ git diff -S"target"
master~5
$ git merge
Merge
•Unify two/more branches
•Dirty working directory/index
stop merges.
•Context sensitive – current
branch is target branch
Merge demo
•Without conflict
•With conflict
•Resolve conflicts
•View dif on conflicts
Merge Types
•Fast Forward
•Recursive
•Octopus
Fast Forward Merge
•Single merge base
Recursive Merge
•Join two branches at a time
Criss Cross Recursive Merge
•Infinite recursive merge
Octopus Merge
• No conflicts
• Dangerous
• git branch1 branch2..branchN
Merge demo
•Fast Forward
•Recursive
Symmetrical Merge
• Associative
• 1+2 = 2+1 = 3
Commits & History
Altering Commits
•Fixed problem before become
legacy
•Decompose large commits
•Combine commits
•Re-order commits
Published History
•Do not alter published history
Philosophy of Commits
•Fine-grained
•Coarse
Best Practices of Commit
•Meaningful message
•No identical messages
•No altering of published histories
Bad Commit Messages
$ git reset
Reset
•Recover known state
•HEAD, index and working
directory
•Can be destructive
Reset Types
HEAD Index Working Directory
reset --soft Yes No No
reset --mixed Yes Yes No
reset --hard Yes Yes Yes
Reset demo
$ git reset –-soft
$ git reset –-mixed
$ git reset --hard
$ git cherry-pick
Cherry-pick demo
$ git checkout master
$ git cherry-pick dev~2
reset vs. checkout
•reset: recover current branch
HEAD state
•checkout: branch/file
Checkout File demo
$ git checkout –-
path/filename
$ git checkout branch –-
path/filename
Amend demo
$ git commit --amend
$ git rebase
Rebase
•Important and Useful
•Alter sequence of commits
•Don't rebase public history
Rebase - after
$ git checkout dev
$ git rebase master
or
$ git rebase master dev
Rebase - demo
Rebase -i
•Interactive manipulate commits
•Squash commits together
•Developers must-have tool
Rebase - interactive
$ git rebase -i master~3
Rebase vs Merge
$ git stash
Stash
•Capture work in progress
•Temporary store
•index & working directory state.
•Interrupted work flow
•Can't push to remote
Stash Demo
Git in Team
Leadership Models
1)Benevolent Dictator for Life
(BDFL) (Ubuntu, Linux)
2)Consensus-driven, leader-
approved (Drupal)
3)Technical Review Board
(Apache)
Access Model – One-Way
Access Model - Dispersed
Access Model - Collocate
Access Models - All
www.neruti.com
@neruti
Cheng Ping Onn
ping@neruti.com
Slides: facebook.com/pocheng

More Related Content

Viewers also liked

Ice Strategic Overview 2011 V1
Ice Strategic Overview 2011   V1Ice Strategic Overview 2011   V1
Ice Strategic Overview 2011 V1
jrowley9999
 
What's hot on Facebook - 17/03/2011
What's hot on Facebook - 17/03/2011What's hot on Facebook - 17/03/2011
What's hot on Facebook - 17/03/2011
David Nattriss
 
Ireland the road to partition guzman 2011
Ireland the road to partition guzman 2011Ireland the road to partition guzman 2011
Ireland the road to partition guzman 2011
Patricia Guzman
 
Skf q3 2010_pr_eng
Skf q3 2010_pr_engSkf q3 2010_pr_eng
Skf q3 2010_pr_eng
SKF
 
16 the doppler effect
16 the doppler effect16 the doppler effect
16 the doppler effect
Fidelfo Moral
 

Viewers also liked (16)

MDEC Fintech Conference - Facilitating Innovation Through The Fintech Regulat...
MDEC Fintech Conference - Facilitating Innovation Through The Fintech Regulat...MDEC Fintech Conference - Facilitating Innovation Through The Fintech Regulat...
MDEC Fintech Conference - Facilitating Innovation Through The Fintech Regulat...
 
MDEC Fintech Conference - Demystifying Fintech in the SMAC Era, Darien Nagle ...
MDEC Fintech Conference - Demystifying Fintech in the SMAC Era, Darien Nagle ...MDEC Fintech Conference - Demystifying Fintech in the SMAC Era, Darien Nagle ...
MDEC Fintech Conference - Demystifying Fintech in the SMAC Era, Darien Nagle ...
 
Entrepreneurship fintech & islamic finance v1.4
Entrepreneurship   fintech & islamic finance v1.4Entrepreneurship   fintech & islamic finance v1.4
Entrepreneurship fintech & islamic finance v1.4
 
MDEC Fintech Conference - How I was not Killed by the Money Changer Families,...
MDEC Fintech Conference - How I was not Killed by the Money Changer Families,...MDEC Fintech Conference - How I was not Killed by the Money Changer Families,...
MDEC Fintech Conference - How I was not Killed by the Money Changer Families,...
 
MDEC Fintech Conference - A Look into Bank's Fintech Initiatives (RHB)
MDEC Fintech Conference - A Look into Bank's Fintech Initiatives (RHB)MDEC Fintech Conference - A Look into Bank's Fintech Initiatives (RHB)
MDEC Fintech Conference - A Look into Bank's Fintech Initiatives (RHB)
 
Modal verbs
Modal verbsModal verbs
Modal verbs
 
Ice Strategic Overview 2011 V1
Ice Strategic Overview 2011   V1Ice Strategic Overview 2011   V1
Ice Strategic Overview 2011 V1
 
What's hot on Facebook - 17/03/2011
What's hot on Facebook - 17/03/2011What's hot on Facebook - 17/03/2011
What's hot on Facebook - 17/03/2011
 
Omega 3s
Omega 3sOmega 3s
Omega 3s
 
eParticipatie en social media Kennissessie presentatie
eParticipatie en social media Kennissessie presentatieeParticipatie en social media Kennissessie presentatie
eParticipatie en social media Kennissessie presentatie
 
MongoDB Basics and Tutorial
MongoDB Basics and TutorialMongoDB Basics and Tutorial
MongoDB Basics and Tutorial
 
Ireland the road to partition guzman 2011
Ireland the road to partition guzman 2011Ireland the road to partition guzman 2011
Ireland the road to partition guzman 2011
 
Skf q3 2010_pr_eng
Skf q3 2010_pr_engSkf q3 2010_pr_eng
Skf q3 2010_pr_eng
 
16 the doppler effect
16 the doppler effect16 the doppler effect
16 the doppler effect
 
Content Marketing for business growth
Content Marketing for business growth  Content Marketing for business growth
Content Marketing for business growth
 
B-Validus Presentation
B-Validus PresentationB-Validus Presentation
B-Validus Presentation
 

Similar to Git Advanced

Git Distributed Version Control System
Git   Distributed Version Control SystemGit   Distributed Version Control System
Git Distributed Version Control System
Victor Wong
 
Introduction of Git
Introduction of GitIntroduction of Git
Introduction of Git
Wayne Chen
 
git-and-bitbucket
git-and-bitbucketgit-and-bitbucket
git-and-bitbucket
azwildcat
 

Similar to Git Advanced (20)

An introduction to Git
An introduction to GitAn introduction to Git
An introduction to Git
 
Git presentation
Git presentationGit presentation
Git presentation
 
Git
GitGit
Git
 
Git: An introduction of plumbing and porcelain commands
Git: An introduction of plumbing and porcelain commandsGit: An introduction of plumbing and porcelain commands
Git: An introduction of plumbing and porcelain commands
 
Git in a nutshell
Git in a nutshellGit in a nutshell
Git in a nutshell
 
Git session Dropsolid.com
Git session Dropsolid.comGit session Dropsolid.com
Git session Dropsolid.com
 
Git Distributed Version Control System
Git   Distributed Version Control SystemGit   Distributed Version Control System
Git Distributed Version Control System
 
Learning Basic GIT Cmd
Learning Basic GIT CmdLearning Basic GIT Cmd
Learning Basic GIT Cmd
 
Introduction of Git
Introduction of GitIntroduction of Git
Introduction of Git
 
maksym vlasov - culture of git as roots of your ci
maksym vlasov - culture of git as roots of your cimaksym vlasov - culture of git as roots of your ci
maksym vlasov - culture of git as roots of your ci
 
git-and-bitbucket
git-and-bitbucketgit-and-bitbucket
git-and-bitbucket
 
Git tips
Git tipsGit tips
Git tips
 
Introduction to Git and Github
Introduction to Git and Github Introduction to Git and Github
Introduction to Git and Github
 
JAZOON'13 - Bartosz Majsak - Git Workshop - Kung Fu
JAZOON'13 - Bartosz Majsak - Git Workshop - Kung FuJAZOON'13 - Bartosz Majsak - Git Workshop - Kung Fu
JAZOON'13 - Bartosz Majsak - Git Workshop - Kung Fu
 
Git Ninja KT (GitHub to GitLab)
Git Ninja KT (GitHub to GitLab)Git Ninja KT (GitHub to GitLab)
Git Ninja KT (GitHub to GitLab)
 
Git Anti-Patterns: How To Mess Up With Git and Love it Again
Git Anti-Patterns: How To Mess Up With Git and Love it AgainGit Anti-Patterns: How To Mess Up With Git and Love it Again
Git Anti-Patterns: How To Mess Up With Git and Love it Again
 
Git workshop - University of Moratuwa, Department of Computer Science and Eng...
Git workshop - University of Moratuwa, Department of Computer Science and Eng...Git workshop - University of Moratuwa, Department of Computer Science and Eng...
Git workshop - University of Moratuwa, Department of Computer Science and Eng...
 
Essential git for developers
Essential git for developersEssential git for developers
Essential git for developers
 
Git training v10
Git training v10Git training v10
Git training v10
 
Transformative Git Practices
Transformative Git PracticesTransformative Git Practices
Transformative Git Practices
 

Recently uploaded

The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
shinachiaurasa2
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
VictoriaMetrics
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
masabamasaba
 

Recently uploaded (20)

WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 

Git Advanced