git remote add origin url
git remote -v
git remote rm origin
git checkout -b dev upstream/dev
git push origin ch4