KaylaMM / Project-Module2-LifeOfTheParty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Life Of The Party app

Collaboration steps:

  1. create a branch
  2. make changes to your code
  3. git add . (to add all file changes)
  4. git commit -m "message goes here"
  5. git pull origin master (to make sure you have the most up to data code)
  6. if there are any conflicts then fix the conflicts in your editor
    1. git add . (to add the changes made on conflicts)
    2. git commit -m "message of what changed and that conflicts have been corrected"
    3. git pull origin master (pull again to make sure no changes while working on conflicts)
  7. conflicts resolved or no conflicts found - git push origin
  8. create pull request from your branch to the master branch
  9. If no more conflicts found then merge your pull request

About


Languages

Language:JavaScript 61.9%Language:Handlebars 31.3%Language:CSS 6.8%