我想和朋友在 GitHub 上开始一个项目。我们都有 GitHub 应用程序、GitHub 帐户和带有项目起始文件的存储库设置。
问题是,当我们在处理项目并且每个人都在做不同的事情时,我们在尝试同步和提交文件到 repo 时开始出错。这应该怎么做?
附言
此外,在将文件提交到只有我正在使用的存储库时,我从我的 GitHub 客户端收到此错误:
# On branch master
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: bin/classes/fourtytwo/studios/rednet/Course.class
# modified: src/fourtytwo/studios/rednet/Course.java
#
no changes added to commit (use "git add" and/or "git commit -a")
(256)