##Steps
.gitignore erstellt
branch develop erstellt
git branch develop
in den branch develop gewechselt
git checkout develop
branch feature1 erstellt
git branch feature1
in den branch feature1 gewechselt
git checkout feature1
readme.md im branch feature1 bearbeitet