/lookbook

Rails App to share fashion looks

Primary LanguageRuby

Lookbook

Branches

Creating: Branches should begin with a chore, feature or bug. All branches should end with a pivotal tracker id.

git checkout -b feature/user_signup-000000000

Pushing: Never push directly to master. Push to your local branch name to create one remotely and create a pull request.

git push origin feature/user_signup-000000000