Purpose Add my code to my teammate's code. - My teammate's code - My code - Add my code to my teammate's code. Step 1. git branch (In order to merge to the master) Create branch, default is main. Once new branch created, it appears below main. The one with * at the front is the currently selected branch. % git branch recommend_item % git branch >>> * main recommend_item 2. switch to the branch %..