Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

本地文件上传到自己fork的项目 #501

Open
WANGXUANDING opened this issue Sep 2, 2017 · 3 comments
Open

本地文件上传到自己fork的项目 #501

WANGXUANDING opened this issue Sep 2, 2017 · 3 comments

Comments

@WANGXUANDING
Copy link
Contributor

WANGXUANDING commented Sep 2, 2017

qq 20170902180448

image

喜欢直接在老师的代码上做各种尝试,之后又不还原(图1),所以按照之前的步骤(如图2示)更新自己fork的项目时没有成功。虽然结果并没有报错,但是网页上对应文件夹里没有我在本地新加的lesson6 的作业。
我觉得问题可能是,图2的方法,是从老师那把老师新的内容弄到自己本地,再上传到自己的项目上。并不是自己本地添加了新文件,上传到自己项目的方法。
不知道这么分析对不对?正确的方法是不是课程最开始的git status ,git add -A那串。求老师解答。**

@Dream4ever
Copy link
Contributor

对啊,你没有把自己的更改添加进去,当然不会给你上传到远程的仓库上。

@xugy0926
Copy link
Owner

xugy0926 commented Sep 3, 2017

你的分析是对的。

我建议你做了改动后,同步我的项目之前,要把那些改动恢复一下。否则容易出现冲突。

一个很快的操作

// 一键恢复
git checkout .

注意,要备份自己新写的作业哟。

@macheng2017
Copy link
Contributor

get

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants