Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
14 lines (13 loc) · 349 Bytes

code-start.md

File metadata and controls

14 lines (13 loc) · 349 Bytes

Steps for starting a new development task

  1. git checkout master
  2. git pull
  3. git checkout new-branch-#123
  4. Make your changes
  5. git add .
  6. git commit -m "commit mesage"
  7. git push

Open a pull request

  1. Find the branch on GitHub
  2. Click the new pull request button
  3. Fill out the pull request form
  4. Select a reviewer