SlideShare a Scribd company logo
1 of 40
Git Fanani M. Ihsan [email_address]
Version Control ,[object Object]
Tool coding para programmer
Documentasi source code
Type Version Control ,[object Object]
Centralized VCS (Subversion)
Distributed VCS (Git)
Local VCS
Centralized VCS
Distributed VCS
Project Using Git ,[object Object]
Linux Kernel
Perl
Eclipse
Gnome
KDE ,[object Object]
Ruby on Rails
Android
PostgreSQL
Debian
X.org
Git Workflow
Installasi Git ,[object Object]
# sudo apt-get install git-core
Redhat Based
# yum install git-core
Windows
Bisa gunakan mysgit (CLI) , tortoise git (GUI)
http://code.google.com/p/msysgit
Mac
Tersedia installer for mac  http://code.google.com/p/git-osx-installer
First Configuration ,[object Object]
$ git config --global user.name "Fanani M. Ihsan"
$ git config --global user.email contact@fanani.net
Additional
$ git config --global color.ui true
$ git config --global core.editor geany
Cek Configuration
$ git config --list
user.name=Fanani M. Ihsan

More Related Content

What's hot (20)

Git 101 for Beginners
Git 101 for Beginners Git 101 for Beginners
Git 101 for Beginners
 
Advanced Git Tutorial
Advanced Git TutorialAdvanced Git Tutorial
Advanced Git Tutorial
 
Git basic
Git basicGit basic
Git basic
 
Intro to git and git hub
Intro to git and git hubIntro to git and git hub
Intro to git and git hub
 
Git with bitbucket
Git with bitbucketGit with bitbucket
Git with bitbucket
 
Git for beginners
Git for beginnersGit for beginners
Git for beginners
 
Git and Github Session
Git and Github SessionGit and Github Session
Git and Github Session
 
Git and git flow
Git and git flowGit and git flow
Git and git flow
 
Introduction git
Introduction gitIntroduction git
Introduction git
 
Git One Day Training Notes
Git One Day Training NotesGit One Day Training Notes
Git One Day Training Notes
 
Git and github
Git and githubGit and github
Git and github
 
Learning git
Learning gitLearning git
Learning git
 
Introduction to Git and Github
Introduction to Git and GithubIntroduction to Git and Github
Introduction to Git and Github
 
Git Pull Requests
Git Pull RequestsGit Pull Requests
Git Pull Requests
 
Git Mastery
Git MasteryGit Mastery
Git Mastery
 
Pengenalan Git
Pengenalan GitPengenalan Git
Pengenalan Git
 
GitHub Presentation
GitHub PresentationGitHub Presentation
GitHub Presentation
 
Git commands
Git commandsGit commands
Git commands
 
Git flow
Git flowGit flow
Git flow
 
Introduction to Git and GitHub Part 1
Introduction to Git and GitHub Part 1Introduction to Git and GitHub Part 1
Introduction to Git and GitHub Part 1
 

Viewers also liked

Materi pelatihan java fundamental
Materi pelatihan java fundamentalMateri pelatihan java fundamental
Materi pelatihan java fundamentalFanani M. Ihsan
 
Teoria del Darwinismo
Teoria del DarwinismoTeoria del Darwinismo
Teoria del Darwinismo10alorfer
 
Hype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerHype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerLuminary Labs
 
Study: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving CarsStudy: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving CarsLinkedIn
 

Viewers also liked (8)

Fabric (python)
Fabric (python)Fabric (python)
Fabric (python)
 
Fanani xen v1
Fanani xen v1Fanani xen v1
Fanani xen v1
 
Xibo digital signage
Xibo digital signageXibo digital signage
Xibo digital signage
 
Tutorial lvm
Tutorial lvmTutorial lvm
Tutorial lvm
 
Materi pelatihan java fundamental
Materi pelatihan java fundamentalMateri pelatihan java fundamental
Materi pelatihan java fundamental
 
Teoria del Darwinismo
Teoria del DarwinismoTeoria del Darwinismo
Teoria del Darwinismo
 
Hype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerHype vs. Reality: The AI Explainer
Hype vs. Reality: The AI Explainer
 
Study: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving CarsStudy: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving Cars
 

Similar to Git

Similar to Git (20)

Having fun with Git
Having fun with GitHaving fun with Git
Having fun with Git
 
Git-Dasar
Git-DasarGit-Dasar
Git-Dasar
 
Surabaya meeetup git
Surabaya meeetup gitSurabaya meeetup git
Surabaya meeetup git
 
Dimensiweb git
Dimensiweb gitDimensiweb git
Dimensiweb git
 
Github
GithubGithub
Github
 
Berkolaborasi Dengan Git
Berkolaborasi Dengan GitBerkolaborasi Dengan Git
Berkolaborasi Dengan Git
 
Tutorial git by sel
Tutorial git by selTutorial git by sel
Tutorial git by sel
 
html.pptx
html.pptxhtml.pptx
html.pptx
 
Besut Kode - Workshop 2
Besut Kode - Workshop 2Besut Kode - Workshop 2
Besut Kode - Workshop 2
 
Remastering Ubuntu 17.10 Dengan Ubuntu Customization Kit
Remastering Ubuntu 17.10 Dengan Ubuntu Customization KitRemastering Ubuntu 17.10 Dengan Ubuntu Customization Kit
Remastering Ubuntu 17.10 Dengan Ubuntu Customization Kit
 
Php gtk
Php gtkPhp gtk
Php gtk
 
Php GTK Indonesia
Php GTK IndonesiaPhp GTK Indonesia
Php GTK Indonesia
 
Pembahasan soal paket 1
Pembahasan soal paket 1Pembahasan soal paket 1
Pembahasan soal paket 1
 
Dokumentasi Instalasi Network Monitoring System Ganglia on Centos 6
Dokumentasi Instalasi Network Monitoring System Ganglia on Centos 6Dokumentasi Instalasi Network Monitoring System Ganglia on Centos 6
Dokumentasi Instalasi Network Monitoring System Ganglia on Centos 6
 
Pembahasan soal paket 1
Pembahasan soal paket 1Pembahasan soal paket 1
Pembahasan soal paket 1
 
Git branch strategy
Git branch strategyGit branch strategy
Git branch strategy
 
Introducing git
Introducing gitIntroducing git
Introducing git
 
GoLang_1
GoLang_1GoLang_1
GoLang_1
 
perkenalan git dan cara berkolaborasi dengan git
perkenalan git dan cara berkolaborasi dengan gitperkenalan git dan cara berkolaborasi dengan git
perkenalan git dan cara berkolaborasi dengan git
 
GiTogether
GiTogetherGiTogether
GiTogether
 

Git