Top Banner
Git’in on Windows An introduction to DVCS and git on the Microsoft platform
20

Git'in in 15

Jun 27, 2015

Download

Technology

Stacy Vicknair

Introduction to DVCS / Git in 15 minutes (hopefully.)
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Git'in in 15

Git’in on WindowsAn introduction to DVCS and git on

the Microsoft platform

Page 2: Git'in in 15

About MeStacy Vicknair, MVP MCPDDevelopment Consultant for Sparkhound

Blog - http://www.wtfnext.comBRAG - http://www.braglunch.comTM - http://www.batonrougespeaks.com

Twitter: @svicknEmail: [email protected]

Page 3: Git'in in 15

Agenda

• What is DVCS?• What’s git?• Resources

Page 4: Git'in in 15

Checkout

Centralized Version Control

Page 5: Git'in in 15

Clone

Distributed Version Control

Page 6: Git'in in 15

Check in

Centralized Version Control

Page 7: Git'in in 15

Push

Distributed Version Control

Check in

Page 8: Git'in in 15

Request Branch / Wait

Centralized Version Control

Page 9: Git'in in 15

Branch

Distributed Version Control

Check in

Branch

Page 10: Git'in in 15

Cry.

Centralized Version Control

Page 11: Git'in in 15

Distributed Version Control

Check in& Wait

Page 12: Git'in in 15

Cry.

Centralized Version Control

Page 13: Git'in in 15

Distributed Version Control

Clone

Page 14: Git'in in 15

What is git?

git is less crying.

Check in

Branch

Page 15: Git'in in 15

Getting git on Windows

http://windows.github.com

Page 16: Git'in in 15

Learning git commands

http://try.github.com

Page 17: Git'in in 15

Use git against TFS

https://github.com/git-tfs/git-tfs/

Page 18: Git'in in 15

Private online repo?

https://bitbucket.org/

Page 19: Git'in in 15

More getting gitgithttp://git-scm.com/

msysgitGit for Windowshttp://code.google.com/p/msysgit/

posh-gitGit extensions for Powershellhttps://github.com/dahlbyk/posh-git

GitExtensionsGUI / Explorer and VS integration for Windowshttp://code.google.com/p/msysgit/

gitflowGit extensions for high level branch process workflowhttps://github.com/nvie/gitflow

Page 20: Git'in in 15

ResourcesTutorialshttp://progit.orghttp://book.git-scm.com/

Downloadshttp://git-scm.com/http://code.google.com/p/msysgit/https://github.com/dahlbyk/posh-githttps://github.com/git-tfs/git-tfshttp://code.google.com/p/msysgit/https://github.com/nvie/gitflow

Presentation Resourceshttp://stackoverflow.com/questions/4140133/how-does-tfss-shelveset-model-compare-to-a-dvcshttp://haacked.com/archive/2011/12/19/get-git-for-windows.aspxhttp://nathanj.github.com/gitguide/tour.htmlhttp://www.clearvision-cm.com/whitepapers/Clearvision%20-%20Git%20White%20Paper.pdfhttp://whygitisbetterthanx.com

[email protected]@svickn