Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 590 Bytes

File metadata and controls

18 lines (13 loc) · 590 Bytes

Hello

Please create a branch for every task you complete and create a pull request to merge that pull request to the main branch.

to create a branch

  1. git checkout main # change branch to main, so will create the new branch based on main
  2. git pull # make sure you are up to date with remote
  3. git checkout -b "new-branch-name" # please make sure to write reasonable names
  4. write your code to complete the task
  5. git add .
  6. git commit -m "message"
  7. git push

to create pull request

  1. https://www.youtube.com/watch?v=For9VtrQx58
  2. https://www.youtube.com/watch?v=8lGpZkjnkt4