This is an old revision of the document!
git clone git@github.com:MarkHofstetter/zend-hr-employees.git
git checkout abcde file/to/restore
git branch -a
danach lokalen tracking branch erstellen
git checkout -b develop remotes/origin/develop
topic branch abzweigen (branchen)
git branch topic git checkout topic
gegebenenfalls ins repo schieben
git push origin topic