SlideShare a Scribd company logo
GIT, Beginner to Advanced Survey Rafał Rusin TouK http://touk.pl http://rrusin.blogspot.com
What is GIT? Global Information Tracker when it works "goddamn idiotic truckload of sh*t": when it breaks
Distributed Version Control System Unlike SVN, which is centralized
Designed for speed git log, git checkout <branch>, git blame – are done locally
Designed for branching and merging Includes tuned 3 way merge algorithm for resolving conflicts, with handling merges including file renames.
Works on data, not on file names (hashes)
GIT has Distributed Model Centralized & Distributed model as asdf
Getting Started Configuring GIT Create a file ~/.gitconfig and set up user name and email – this info may be distributed globally
Initialize repository
git init

More Related Content

PDF
Version Control Systems with git (and github) as an example
PDF
Git in 5 Minutes
PPTX
Git and github introduction
PPTX
Git basic
PPTX
PDF
Git it on (includes git hub)
PPTX
Git_and_GitHub Integration_with_Guidewire
PPTX
Git intro hands on windows with msysgit
Version Control Systems with git (and github) as an example
Git in 5 Minutes
Git and github introduction
Git basic
Git it on (includes git hub)
Git_and_GitHub Integration_with_Guidewire
Git intro hands on windows with msysgit

What's hot (20)

PPTX
Git 101 for_tarad_dev
PDF
HackMTY - GitHub Workshop
ODP
Git Workshop : Getting Started
PDF
Version Control with Git
PDF
Advance workshop on git
PDF
Git Version Control System
PDF
Git is my hero
PDF
Git for developers
PPTX
Git learn from scratch
PPTX
Git tutorial
PDF
Git cheat sheet
PPTX
Introduction to Git and Github
PDF
Tài liệu sử dụng GitHub
PPTX
Quick and easy way to get started with Git & GitHub
PDF
A Quick Start - Version Control with Git
PPT
Git Introduction
PPT
Basic git
PDF
PPTX
git-and-bitbucket
Git 101 for_tarad_dev
HackMTY - GitHub Workshop
Git Workshop : Getting Started
Version Control with Git
Advance workshop on git
Git Version Control System
Git is my hero
Git for developers
Git learn from scratch
Git tutorial
Git cheat sheet
Introduction to Git and Github
Tài liệu sử dụng GitHub
Quick and easy way to get started with Git & GitHub
A Quick Start - Version Control with Git
Git Introduction
Basic git
git-and-bitbucket
Ad

Similar to Git, Beginner to Advanced Survey (20)

PPTX
Lets Git Together
KEY
Git Tech Talk
PPT
Git presentation
PPT
Git basic
PPTX
Git and GitHub
PDF
Git 入门 与 实践
PDF
Git 入门与实践
PDF
PPTX
Git workshop
PPTX
Git One Day Training Notes
PPTX
An introduction to Git
PDF
Git Init (Introduction to Git)
PDF
Git: a brief introduction
PPTX
github ppt git ppt on git hub to know ab
PPT
Introduction to git
PDF
Smalltalk on Git
PPTX
01 - Git vs SVN
KEY
Let's Git this Party Started: An Introduction to Git and GitHub
PDF
Lets Git Together
Git Tech Talk
Git presentation
Git basic
Git and GitHub
Git 入门 与 实践
Git 入门与实践
Git workshop
Git One Day Training Notes
An introduction to Git
Git Init (Introduction to Git)
Git: a brief introduction
github ppt git ppt on git hub to know ab
Introduction to git
Smalltalk on Git
01 - Git vs SVN
Let's Git this Party Started: An Introduction to Git and GitHub
Ad

Recently uploaded (20)

PDF
Machine learning based COVID-19 study performance prediction
PDF
Unlocking AI with Model Context Protocol (MCP)
PPT
Teaching material agriculture food technology
PPTX
Big Data Technologies - Introduction.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Approach and Philosophy of On baking technology
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
KodekX | Application Modernization Development
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Machine learning based COVID-19 study performance prediction
Unlocking AI with Model Context Protocol (MCP)
Teaching material agriculture food technology
Big Data Technologies - Introduction.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
MIND Revenue Release Quarter 2 2025 Press Release
Spectral efficient network and resource selection model in 5G networks
Encapsulation_ Review paper, used for researhc scholars
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Approach and Philosophy of On baking technology
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Chapter 3 Spatial Domain Image Processing.pdf
KodekX | Application Modernization Development
The AUB Centre for AI in Media Proposal.docx
MYSQL Presentation for SQL database connectivity
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Reach Out and Touch Someone: Haptics and Empathic Computing
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx

Git, Beginner to Advanced Survey