Skip to content

Instantly share code, notes, and snippets.

@whatupdave
Created February 11, 2014 19:39
Show Gist options
  • Save whatupdave/8942512 to your computer and use it in GitHub Desktop.
Save whatupdave/8942512 to your computer and use it in GitHub Desktop.
## Getting Started
1. Sign up at Assembly ([https://assemblymade.com](https://assemblymade.com))
2. Create a Task for the work
3. Create your feature branch (`git checkout -b my-new-feature`)
4. Commit your changes, you can reference the task number (`git commit -am 'Add some feature for #123'`)
5. Push to the branch (`git push origin my-new-feature`)
6. Create new Pull Request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment