4. Create a branch called “develop” from master branch.
5. Create a branch from develop called “feature/learning_git”.
6. Implement a new feature - removing an employee from the organization. You should implement a new method in organization class `- (void)removeEmployee:(Employee *)employee;`.
7. Commit and push the changes to feature/learning_git branch.
8. Add ArtemKalmykov (ar.kalmykov@gmail.com) to the repository as admin.
9. Create a pull request from your branch to develop and assign ArtemKalmykov as reviewer.
7. Demonstrate how this method works in AppDelegate.
8. Commit and push the changes to feature/learning_git branch.
9. Add ArtemKalmykov (ar.kalmykov@gmail.com) to the repository as admin.
10. Create a pull request from your branch to develop and assign ArtemKalmykov as reviewer.
## You should be able to answer the following questions: