Skip to content

Instantly share code, notes, and snippets.

View belcortes's full-sized avatar

Isabel belcortes

View GitHub Profile

Git Workflow

  1. Development starts with an assigned issue (or a user story).

  2. Cut a feature branch off master for the issue:

    $ git checkout master
    $ git pull
    $ git checkout -b <issue num>_<description>   # e.g. 	123_reset_password_email