This repository uses git-flow as its branching strategy. The following subtitles represent branches. Each of them contains an exercice. Unless it is specified, there is no need to push your changes. You work locally.
In branch feature/EX-1, a developper committed a secret value. Please remove the last commit from this branch.
A developper started some work in branch feature/EX-2-old. Please retrieve the code (and comment) and put it in the real branch feature/EX-2.
A developper worked on branch feature/EX-3 for quite some time, hence the numerous commits. Please rewrite the history so that we have only one commit in the branch. Keep the first commit comment.
A developper started branch feature/EX-4 from a previous state of develop. Please update this branch with the latest state of develop.