Git: Difference between revisions
mNo edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
== Documentation == | == Documentation == | ||
* http://wildlyinaccurate.com/a-hackers-guide-to-git Helpful intro because it doesn't pretend that Git is just like Subversion | |||
* http://www.gitcasts.com GitCasts | * http://www.gitcasts.com GitCasts | ||
* http://www.kernel.org/pub/software/scm/git/docs/everyday.html Everyday Git in 20 commands | * http://www.kernel.org/pub/software/scm/git/docs/everyday.html Everyday Git in 20 commands | ||
| Line 36: | Line 37: | ||
* http://www.kernel.org/pub/software/scm/git/docs/git-config.html | * http://www.kernel.org/pub/software/scm/git/docs/git-config.html | ||
* http://github.com/guides/providing-your-ssh-key | * http://github.com/guides/providing-your-ssh-key | ||
=== Git and Subversion === | |||
* http://git-scm.com/book/en/Git-and-Other-Systems-Git-and-Subversion | |||
* http://viget.com/extend/effectively-using-git-with-subversion | |||
* http://trac.parrot.org/parrot/wiki/git-svn-tutorial | |||
* http://flavio.castelli.name/2007/09/04/howto_use_git_with_svn/ | |||
== Now what? == | == Now what? == | ||