Adding some recommended reading links to DEVELOPERS

This commit is contained in:
Woody Gilk 2009-02-23 21:26:59 -06:00
parent 7338481e06
commit 167f397de7

View file

@ -4,6 +4,12 @@ Unlike SVN, git does not used a central repository. This is why git is "distribu
"centralized". Although this makes git an extremely powerful system for collaborators, tracking
changes between various collaborators can quickly become difficult as multiple forks are created.
Please read the following before working with this code:
1. [Dealing with newlines](http://github.com/guides/dealing-with-newlines-in-git)
2. [Submitting changes from your fork](http://github.com/guides/fork-a-project-and-submit-your-modifications)
3. [Using SSH keys with github](http://github.com/guides/how-to-not-have-to-type-your-password-for-every-push)
## Managing Remote Repositories
First, you will need to tell git about the remote repository: