SlideShare a Scribd company logo
4. Email            5. Basic
1. Setup and      2. Debugging        3. Getting and                          Snapshotting
Config                                Creating Projects


config            bisect              init                am                  add
help              blame               clone               apply               status
                  grep                                    format-patch        diff
                                                          send-email          commit
                                                          request-pull        reset
                                                                              rm
                                                                              mv


6. External       7. Branching and    8. Administration   9. Sharing and      10. Server Admin
Systems           Merging                                 Updating Projects

svn               branch              clean               fetch               daemon
fast-import       checkout            gc                  pull                update-server-info
                  merge               fsck                push
                  mergetool           reflog              remote
                  log                 filter-branch       submodule
                  stash               instaweb
                  tag                 archive


11. Inspection and 12. Plumbing                                               13. Patching
Comparison         Commands

show              cat-file            rev-list            verify-pack         diff
log               commit-tree         rev-parse                               apply
                                                          write-tree
diff              count-objects       show-ref                                cherry-pick
shortlog          diff-index          symbolic-ref                            rebase
describe          hash-object         update-index
                  merge-base          update-ref
                  read-tree



Source:            http://git-scm.com/docs

More Related Content

PDF
Deployment ibm connections - No Http Server required
PDF
Git-podstawy
PPT
3 installation-setup-of-r3
PDF
SaltConf14 - Forrest Alvarez, Choice Hotels - Salt Formulas and States
DOCX
Cloning database using srdf copy
PPTX
Backup and Restore SALSA to a Secondary Server with a different IP address
PPTX
Building a linux kernel
PPTX
Hbase 89 fb online configuration
Deployment ibm connections - No Http Server required
Git-podstawy
3 installation-setup-of-r3
SaltConf14 - Forrest Alvarez, Choice Hotels - Salt Formulas and States
Cloning database using srdf copy
Backup and Restore SALSA to a Secondary Server with a different IP address
Building a linux kernel
Hbase 89 fb online configuration

What's hot (18)

PDF
Salt conf 2014-installing-openstack-using-saltstack-v02
ZIP
My sql replication advanced techniques presentation
PDF
Pythonic Deployment with Fabric 0.9
PDF
Apache2 BootCamp : Getting Started With Apache
PDF
Installing Apache Hive, internal and external table, import-export
DOCX
Merge2013 mwarren(pv5)
PDF
CoreOS : 설치부터 컨테이너 배포까지
PDF
Apache
DOC
Oracle applications 11i hot backup cloning with rapid clone
PDF
Oracle applications 11i hot backup cloning with rapid clone
PPT
2011 384 hackworth_ppt
PDF
Configuration management and orchestration with Salt
PDF
[Pixar] Templar Underminer
PDF
Chef introduction
PDF
Infrastrucutre as sdlc
DOCX
Ansible ex407 and EX 294
KEY
CakePHP + PostgreSQL
PDF
Svn refcard
Salt conf 2014-installing-openstack-using-saltstack-v02
My sql replication advanced techniques presentation
Pythonic Deployment with Fabric 0.9
Apache2 BootCamp : Getting Started With Apache
Installing Apache Hive, internal and external table, import-export
Merge2013 mwarren(pv5)
CoreOS : 설치부터 컨테이너 배포까지
Apache
Oracle applications 11i hot backup cloning with rapid clone
Oracle applications 11i hot backup cloning with rapid clone
2011 384 hackworth_ppt
Configuration management and orchestration with Salt
[Pixar] Templar Underminer
Chef introduction
Infrastrucutre as sdlc
Ansible ex407 and EX 294
CakePHP + PostgreSQL
Svn refcard
Ad

Viewers also liked (11)

PDF
Dean J Harris Resume
DOCX
7 línea del tiempo
PDF
tagine cooking
PDF
aHUS
PPTX
Presentación3
PDF
부평오피, 마포오피, 안산오피, 인천오피【다솜넷】
PDF
Module03 section2 peak_baggingmultiday
DOC
PDF
평촌오피, 야탑오피,강서오피@(다솜넷)일산오피
DOCX
Parroquializacion de ricaurte
Dean J Harris Resume
7 línea del tiempo
tagine cooking
aHUS
Presentación3
부평오피, 마포오피, 안산오피, 인천오피【다솜넷】
Module03 section2 peak_baggingmultiday
평촌오피, 야탑오피,강서오피@(다솜넷)일산오피
Parroquializacion de ricaurte
Ad

Similar to Git major commands (20)

PDF
BlazeDS
PDF
Introduction to Backbone.js
PDF
Spring Cairngorm
PPTX
Connections Administration Toolkit - Product Presentation
PPTX
Git/Github/Bitbucket@TalkIt. Humber college.
PDF
Git tricks
PDF
Git Tricks
PDF
OSGi Service Platform 4.2
PPTX
Capistrano 3 Deployment
ODP
Mcollective introduction
PDF
Container orchestration from theory to practice
PPTX
eBay From Ground Level to the Clouds
KEY
Is OSGi modularity always worth it?
PDF
Deployment Tactics
PDF
Rudder - Configuration management benefits for everyone (FOSDEM 2012)
PPT
Spring 3.1: a Walking Tour
PPTX
使用 Prometheus 監控 Kubernetes Cluster
PDF
Plugin Overview I and II
PDF
Configuration management benefits for everyone - Rudder @ FLOSSUK Spring Conf...
BlazeDS
Introduction to Backbone.js
Spring Cairngorm
Connections Administration Toolkit - Product Presentation
Git/Github/Bitbucket@TalkIt. Humber college.
Git tricks
Git Tricks
OSGi Service Platform 4.2
Capistrano 3 Deployment
Mcollective introduction
Container orchestration from theory to practice
eBay From Ground Level to the Clouds
Is OSGi modularity always worth it?
Deployment Tactics
Rudder - Configuration management benefits for everyone (FOSDEM 2012)
Spring 3.1: a Walking Tour
使用 Prometheus 監控 Kubernetes Cluster
Plugin Overview I and II
Configuration management benefits for everyone - Rudder @ FLOSSUK Spring Conf...

Git major commands

  • 1. 4. Email 5. Basic 1. Setup and 2. Debugging 3. Getting and Snapshotting Config Creating Projects config bisect init am add help blame clone apply status grep format-patch diff send-email commit request-pull reset rm mv 6. External 7. Branching and 8. Administration 9. Sharing and 10. Server Admin Systems Merging Updating Projects svn branch clean fetch daemon fast-import checkout gc pull update-server-info merge fsck push mergetool reflog remote log filter-branch submodule stash instaweb tag archive 11. Inspection and 12. Plumbing 13. Patching Comparison Commands show cat-file rev-list verify-pack diff log commit-tree rev-parse apply write-tree diff count-objects show-ref cherry-pick shortlog diff-index symbolic-ref rebase describe hash-object update-index merge-base update-ref read-tree Source: http://git-scm.com/docs