Skip to content
This repository has been archived by the owner. It is now read-only.

Git Workflow

respinos edited this page Oct 9, 2015 · 4 revisions

To contribute to the code library, please follow these steps:

  1. Fork from mlibrary/hydra-prototype # This will make a copy on your github account

  2. Clone on your tang account from your github account

  3. Run the following commands:

    • bundle install --path=.bundle
    • bundle exec rake db:migrate

3.Create a branch on your local account, update changes on your local branch and do squash and rebase if needed and submit a pull request with the new branch

Useful Resources:

http://ndlib.github.io/practices/one-commit-per-pull-request/

https://help.github.com/articles/closing-issues-via-commit-messages/