Lets learn how to work with several branches with different (sometimes conflicting) changes.
At the time you are changing the style branch, someone decided to change the master branch. He added a README file.
FILE: README
This is the Hello World example from the git tutorial.
RUN:
git checkout master git add README git commit -m "Added README"