SlideShare a Scribd company logo
Git
Embedded Systems Malaysia www.tinyurl.com/embeddedmy
Benefit Of Git - Show a real project example
1. Concurrent development among engineers
2. Version tracking
3. See changes between version easily
4. Easily to do testing on source code - branching
5. Revert to any version/stage easily - branching
6. Source code backup
7. Code/features merging
www.tinyurl.com/embeddedmyEmbedded Systems Malaysia
Introduction to Git Concept
www.tinyurl.com/embeddedmyEmbedded Systems Malaysia
Introduction to Git Concept
www.tinyurl.com/embeddedmyEmbedded Systems Malaysia
Git : Branch
v0.1v0.2v1.0
Git Model
www.tinyurl.com/embeddedmyEmbedded Systems Malaysia
Git Model : Branching
Always perform a git pull
before push
www.tinyurl.com/embeddedmyEmbedded Systems Malaysia
Git Model : Fork + Pull Request (Use This For Project)
Always perform a git pull
before push
Embedded Systems Malaysia www.tinyurl.com/embeddedmy
References & Links
1. https://try.github.io
2. https://www.atlassian.com/git/tutorials

More Related Content

PDF
Git workshop
PPT
Flex and .NET Integration
PPTX
Semantic Versioning with GitVersion - Take 2
PDF
How We Use GitHub
PPTX
SemVer, the whole story
PPTX
Semantic Versioning with GitVersion
PDF
CoDe:U Git Flow
PPTX
Bitbucket
Git workshop
Flex and .NET Integration
Semantic Versioning with GitVersion - Take 2
How We Use GitHub
SemVer, the whole story
Semantic Versioning with GitVersion
CoDe:U Git Flow
Bitbucket

What's hot (20)

PPTX
Bringing Pull Request to Gerrit
PPTX
Zero-Downtime Gerrit Code Review Upgrade
PPTX
GitLab 8.6 - Release Webcast
PPTX
Gerrit Code Review with GitHub plugin
PDF
Introducing GitLab
PPTX
Git in 10 minutes (WordCamp Europe 2017)
PDF
GitLab webcast - Release 8.4
PDF
How we use Bitbucket to build Bitbucket
PDF
Introducing GitLab (September 2018)
PPTX
GitFlow Workshop
PDF
Thomson Reuters, TMS: Workflow in GitLab
PPTX
Git for work groups ironhack talk
PPTX
GitLab 8.5 Highlights and Step-by-step tutorial
PDF
Git branching
PDF
Introducing GitLab (June 2018)
PPTX
Git Lab Introduction
PPTX
GerritHub.io - present, past, future
PPTX
Up GitLab Presentation 2015
PDF
Introducing GitLab (September 2018)
PDF
Bitbucket and Git
Bringing Pull Request to Gerrit
Zero-Downtime Gerrit Code Review Upgrade
GitLab 8.6 - Release Webcast
Gerrit Code Review with GitHub plugin
Introducing GitLab
Git in 10 minutes (WordCamp Europe 2017)
GitLab webcast - Release 8.4
How we use Bitbucket to build Bitbucket
Introducing GitLab (September 2018)
GitFlow Workshop
Thomson Reuters, TMS: Workflow in GitLab
Git for work groups ironhack talk
GitLab 8.5 Highlights and Step-by-step tutorial
Git branching
Introducing GitLab (June 2018)
Git Lab Introduction
GerritHub.io - present, past, future
Up GitLab Presentation 2015
Introducing GitLab (September 2018)
Bitbucket and Git
Ad

Similar to Git - Introduction (20)

PDF
Intro to Git and GitHub
PDF
You're doing it wrong! Git it right!
KEY
Helios in Action: Git at Eclipse
KEY
Git Basics Philips
PDF
Git basics
PDF
Intro to Git
PDF
Git for Windows
ODP
Git: be social
PPT
Git training
PDF
Git in Eclipse
PDF
Git presentation
PPTX
Git essential training & sharing self
PPTX
Eclipse Hackers Guide to the Git Universe - Eclipse democamp Vienna 2011-12-02
PDF
Git! Why? How?
PPTX
Devops.pptx
PDF
Tech thursdays / GIT
PPTX
Git and GitFlow branching model
PPTX
Git workshop 33degree 2011 krakow
Intro to Git and GitHub
You're doing it wrong! Git it right!
Helios in Action: Git at Eclipse
Git Basics Philips
Git basics
Intro to Git
Git for Windows
Git: be social
Git training
Git in Eclipse
Git presentation
Git essential training & sharing self
Eclipse Hackers Guide to the Git Universe - Eclipse democamp Vienna 2011-12-02
Git! Why? How?
Devops.pptx
Tech thursdays / GIT
Git and GitFlow branching model
Git workshop 33degree 2011 krakow
Ad

Recently uploaded (20)

PDF
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
PPTX
Information Storage and Retrieval Techniques Unit III
PDF
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
PDF
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
PPTX
Artificial Intelligence
PDF
distributed database system" (DDBS) is often used to refer to both the distri...
PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
PPTX
Fundamentals of Mechanical Engineering.pptx
PDF
737-MAX_SRG.pdf student reference guides
PDF
Influence of Green Infrastructure on Residents’ Endorsement of the New Ecolog...
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
Abrasive, erosive and cavitation wear.pdf
PPTX
"Array and Linked List in Data Structures with Types, Operations, Implementat...
PPTX
introduction to high performance computing
PPTX
Software Engineering and software moduleing
PDF
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
PPTX
Graph Data Structures with Types, Traversals, Connectivity, and Real-Life App...
PDF
22EC502-MICROCONTROLLER AND INTERFACING-8051 MICROCONTROLLER.pdf
PPTX
Safety Seminar civil to be ensured for safe working.
PPTX
communication and presentation skills 01
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
Information Storage and Retrieval Techniques Unit III
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
SMART SIGNAL TIMING FOR URBAN INTERSECTIONS USING REAL-TIME VEHICLE DETECTI...
Artificial Intelligence
distributed database system" (DDBS) is often used to refer to both the distri...
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
Fundamentals of Mechanical Engineering.pptx
737-MAX_SRG.pdf student reference guides
Influence of Green Infrastructure on Residents’ Endorsement of the New Ecolog...
Automation-in-Manufacturing-Chapter-Introduction.pdf
Abrasive, erosive and cavitation wear.pdf
"Array and Linked List in Data Structures with Types, Operations, Implementat...
introduction to high performance computing
Software Engineering and software moduleing
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
Graph Data Structures with Types, Traversals, Connectivity, and Real-Life App...
22EC502-MICROCONTROLLER AND INTERFACING-8051 MICROCONTROLLER.pdf
Safety Seminar civil to be ensured for safe working.
communication and presentation skills 01

Git - Introduction