Please inspect the Git flow we use:
master
branch is for releases only.develop
branch accumulates changes. If it has passes all the tests and was inspected it can be merged intomaster
.- All the feature branches are marked with
f-<name-of-the-feature
. - All the fix branches are marked with
x-<name-of-the-fix
. - Fixes and feature branches merge into
develop
first.
- Run
./make
To run: build/bin/int_points
- Run
./make -d
Or - Run
./make -dd
for a lighter version
To run: build/bin/transport
- Alexey Tkachenko
- Alsu Khairullina
- Ekaterina Zaitseva
- Natalia Agapova
- Nika Chekhonina
- Timofey Ivlenkov