MarcosPalaciosIII / exampleMessageBoard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collaboration

steps:

  1. create a branch <git checkout -b branch-name>

  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 6.2 git add . (to add the changes made on conflicts) 6.3 git commit -m "message of what changed and that conflicts have been corrected" 6.4 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 79.9%Language:HTML 15.7%Language:CSS 4.4%