cd D:/desktop/...Type git clone https://github.com/walter-clayton/getflix.git on your terminal.
git branch only the master will appear. Don’t worry, all branches are there. For example, type git checkout develop and you will switch to that branch.git checkout -b branch_issue_name e.g. make_page_responsivebranch_issue_name!git statusgit add .git commit -m "I have made x,y,z changes..."git push origin branch_issue_namebranch_issue_name to the develop branch.Merge the new pull request
conflict, click resolve conflict then check the code, remove the unecesseray code and the <<<<<<<<<<< =========== >>>>>>>>>>> . If you are still confused, look at this demo.branch_issue_name on both GitHub and Git (you must be on another branch then type git branch -d branch_issue_name).git pull to see the finished product on their own desktop on the develop branch.master on GitHub.JOB DONE :white_check_mark: