Guest User

Untitled

a guest
May 23rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ## Branch Workflow
  2.  
  3. * Create your feature branch
  4. * `git checkout -b my-new-feature`
  5. * Add your changes
  6. * `git add changed-file`
  7. * Commit your changes
  8. * `git commit`
  9. * Push to the branch
  10. * `git push origin my-new-feature`
  11.  
  12. ## Deploying
  13.  
  14. * `bundle exec cap ENVIRONMENT_NAME deploy`
Add Comment
Please, Sign In to add comment