-f Option is dangerous, make sure that only do this on your own branch # When you starting coding at the first time, create a new branch which track the develop: $ git fetch $ git checkout -t origin/develop -b whatsThisBranchFor # Coding... $ git add…