vvv-school / vvv17-demo-team-blue

Team Blue code for VVV17 Final Assignment
GNU General Public License v3.0
1 stars 0 forks source link

TEAMWORK with a single git repository #2

Closed bmagyar closed 7 years ago

bmagyar commented 7 years ago

Please read this carefully. @vvv-school/vvv17-team-blue

With @nolbriker we have roughly decomposed our application into self-contained modules and have defined some connections between these. I am going to push an empty application with proper names and port names for each module & craft an xml file that we can use to start all of them up, but also will try to get individual app files added so that you can run quick tests without hacking 30 minutes at the terminal.

USING GIT Please call me with any git issues. Please use either Atom or QtCreator, let's not lose time with typos and API.

To check out the repository git clone https://github.com/vvv-school/vvv17-demo-team-blue

To push

git status
git add FILES_WITH_NEW_CHANGES
git commit # **please make a lot of commit and add meaningful commit messages
git push --rebase # this pulls the changes from the repository and puts your changes on top so we avoid messy merges

Use CAUTION if you change files in folders where other people work, please coordinate with them to avoid git conflict. I will let you know where to put your work once I'm done with the module skeletons.

We will create separate issues for modules and reference related people on them.

bmagyar commented 7 years ago

Please make sure to only push code the compiles!