School project: Java mini chat.
To implement new changes, developers should use the following steps:
- Create a new branch ("git checkout -b username-example-name-of-branch")
- Work on several commits ("git commit --amend" to modify/amend a previous commit)
- Merge Master on the current branch (username-example-name-of-branch")
- Ask for a pull request