this is the how to work on the project: git clone/pull work on the file ** make sure you have no conflicts git add file1, file2 ... git commit -m "what ever you have to say" git push origin master happy coding!