FACG4 / nigerian-airlines

MIT License
0 stars 1 forks source link

Table #22

Closed razan99 closed 6 years ago

tomduggan85 commented 6 years ago

It looks like these commits are also in the other PR (#26) - it might be best to try and fix the last conflicts in this PR, get this one merged to master, and then in the other branch (#26), merge master into it:

git checkout master
git pull origin master
git checkout flight
git merge master
(fix the conflicts)

Figuring out a git workflow for a project with many people on it is really hard, especially at the beginning of the project when everyone is working on the exact same files and everyone's work depends on everyone else's work. It gets easier as you get further along in the project. Here's what works well for my team: