1 / 20

Git commands

Git commands. These slides have been reformatted from Mark Lodato’s http://marklodato.github.com/visual-git-guide/index-svg.html. Basic model. http://marklodato.github.com/visual-git-guide/index-svg.html. http://osteele.com/images/2008/git-transport.png. Git object model.

diane
Télécharger la présentation

Git commands

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Git commands These slides have been reformatted from Mark Lodato’shttp://marklodato.github.com/visual-git-guide/index-svg.html

  2. Basic model http://marklodato.github.com/visual-git-guide/index-svg.html

  3. http://osteele.com/images/2008/git-transport.png

  4. Git object model http://utsl.gen.nz/talks/git-svn/git-model.png

  5. Elements of diagrams http://marklodato.github.com/visual-git-guide/index-svg.html

  6. diff http://marklodato.github.com/visual-git-guide/index-svg.html

  7. commit http://marklodato.github.com/visual-git-guide/index-svg.html

  8. commit below HEAD http://marklodato.github.com/visual-git-guide/index-svg.html

  9. commit --amend http://marklodato.github.com/visual-git-guide/index-svg.html

  10. checkout http://marklodato.github.com/visual-git-guide/index-svg.html

  11. checkout that moves HEAD http://marklodato.github.com/visual-git-guide/index-svg.html

  12. commit with detached HEAD http://marklodato.github.com/visual-git-guide/index-svg.html

  13. losing a commit http://marklodato.github.com/visual-git-guide/index-svg.html

  14. avoiding loss of commit http://marklodato.github.com/visual-git-guide/index-svg.html

  15. reset http://marklodato.github.com/visual-git-guide/index-svg.html

  16. reset with no commit http://marklodato.github.com/visual-git-guide/index-svg.html

  17. reset with filename http://marklodato.github.com/visual-git-guide/index-svg.html

  18. merge http://marklodato.github.com/visual-git-guide/index-svg.html

  19. “recursive” merge http://marklodato.github.com/visual-git-guide/index-svg.html

More Related