a social tool for programmers learning a second language
- fork the repo (https://github.com/fiddler-crabs-2014/thedelta)
- git clone your fork
- git checkout -b branch_name (prepended by chore/, feature/, bug/)
- when finished with changes in branch
- git add .
- git commit -m "commit message"
- git push origin branch_name
- go back to github and send a new pull request from your branch