]> sipb.mit.edu Git - wiki.git/blobdiff - doc/__38__git_.mdwn
Convert most http: links to https:
[wiki.git] / doc / __38__git_.mdwn
index 45e4d50e6432b75b673f859d89d8ac3a70096cd4..26d4276ca6d62da190da8dd3ef3ab7a0c5ba7cf0 100644 (file)
@@ -3,11 +3,11 @@ Git is a Version Control System
 Have you struggled with combining changes across a team of writers e-mailing edited documents back and forth? Or created dozens of "old", "old2". Yea, then git will make your life better. 
 
 If you are course 6, You probably want to read 
 Have you struggled with combining changes across a team of writers e-mailing edited documents back and forth? Or created dozens of "old", "old2". Yea, then git will make your life better. 
 
 If you are course 6, You probably want to read 
-[Git for Computer Scientists](http://eagain.net/articles/git-for-computer-scientists/) which will teach you the abstract object model. Nelhage also gives a cluedump in the fall about the object model and you might want to read [his slides](http://web.mit.edu/nelhage/Public/git-slides-2009.pdf)
+[Git for Computer Scientists](http://eagain.net/articles/git-for-computer-scientists/) which will teach you the abstract object model. Nelhage also gives a cluedump in the fall about the object model and you might want to read [his slides](https://web.mit.edu/nelhage/Public/git-slides-2009.pdf)
 
 But this will not really teach you the commands you need to know for everyday use.
 
 
 But this will not really teach you the commands you need to know for everyday use.
 
-You should walk through [The git tutorial](http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html) for this.
+You should walk through [The git tutorial](https://www.kernel.org/pub/software/scm/git/docs/gittutorial.html) for this.
 
 But the real way to learn git is to use it for a project.
 
 
 But the real way to learn git is to use it for a project.
 
@@ -19,8 +19,15 @@ There is also the route taken by ezyang and gdb: coming up with some crazy proje
 Dump of other resources about git:
 ----------------------------------
 
 Dump of other resources about git:
 ----------------------------------
 
-- [http://sipb.mit.edu/iap/git/](http://sipb.mit.edu/iap/git/)
+- [https://sipb.mit.edu/iap/git/](https://sipb.mit.edu/iap/git/)
 - [http://progit.org/book/](http://progit.org/book/)
 - [http://git.or.cz/man/everyday](http://git.or.cz/man/everyday)
 - [http://progit.org/book/](http://progit.org/book/)
 - [http://git.or.cz/man/everyday](http://git.or.cz/man/everyday)
-- [http://www.git-scm.com/](http://www.git-scm.com/)
-- [What is this thing called source control?](http://www.slideshare.net/secret/wBsLzZb3O7cXCU)
+- [https://www.git-scm.com/](https://www.git-scm.com/)
+- [What is this thing called source control?](https://www.slideshare.net/secret/wBsLzZb3O7cXCU)
+- [https://marklodato.github.com/visualit-guide/](https://marklodato.github.com/visualit-guide/)
+- [https://www.spheredev.org/wiki/Git_for_the_lazy](https://www.spheredev.org/wiki/Git_for_the_lazy)
+- [https://www.kernel.org/pub/software/scm/git/docs/gittutorial.html](https://www.kernel.org/pub/software/scm/git/docs/gittutorial.html)
+- [http://cluedumps.mit.edu/wiki/2009/09-29](http://cluedumps.mit.edu/wiki/2009/09-29)
+- [http://eagain.net/articles/git-for-computer-scientists/](http://eagain.net/articles/git-for-computer-scientists/)
+- [https://blog.nelhage.com/archives/74](https://blog.nelhage.com/archives/74)
+- [https://blog.udemy.com/git-tutorial-a-comprehensive-guide/](https://blog.udemy.com/git-tutorial-a-comprehensive-guide/)