Java application for storage management
#rules
- Code must be written in english.
- Repository has 3 main branches: master, release and development, all of them protected.
- Whenever a feature must be done, create a new branch from development named: ft/
- Branch examples: ft/create-product, ft/list-objects.
- When work in a branch is done, create a pull request to development, in order to have your work reviewed and approved to merge with development.
- When writing commits, use command: git commit -a to see what files you are commiting, and write a concise description of the work done with that commit.
- Have fun.