| Version 1 (modified by henk, 4 years ago) (diff) |
|---|
TOC(heading=Git)? TOC(heading=Procedures, sectionindex, compact, depth=3, allactive, Documentatie/Ontwikkelaar/Procedures/)? TOC(heading=Ontwikkelaar, sectionindex, compact, depth=2, allactive, Documentatie/Ontwikkelaar/)? TOC(heading=Documentatie, sectionindex, compact, depth=1, allactive, Documentatie/)?
Git
Branch maken gebaseerd op een andere branch
Bijvoorbeeld "rapportages" gebaseerd op "sprint"
git checkout sprint git pull git checkout -b rapportages sprint git push origin rapportages git push --set-upstream origin rapportages
}}}