Guide for starting a project and getting things done together
-
You should understand How Git works!!
-
If you are new to Git, these are the sites that you should checkout
-
We use Git Workflow to develop application. Following this guide will help you not to run into problems.
http://nvie.com/posts/a-successful-git-branching-model https://github.com/diaspora/diaspora/wiki/Git-Workflow
Our guide is to write in Markdown Format. If you want to contribute, please read:
- Start writing guide by fork repo and clone your repo to local; edit the files that you want to contribute.
- If you want to create a new topic guide: create new files into the folder which your topic is related.
- Finally, make your repo up-to-date then make pull request to this repo.
- Thoughtbut Guides - https://github.com/thoughtbot/guides
- Diaspora Workflow - https://github.com/diaspora/diaspora/wiki/Git-Workflow