xxxxxxxxxx
// newbranch what you want to create newly on top of oldbranch/existing branch
git checkout -b newbranch oldbranch
xxxxxxxxxx
git checkout sprint
git pull
git checkout -b rapportages sprint
git push origin rapportages
git push --set-upstream origin rapportages