Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在用我的笔记本电脑和家用电脑在一个网站上工作。以前我只是使用 FTP 下载,但自从我开始使用 GitHub 后,这变得有点复杂。
如何将我从计算机 A 提交到 GitHub 的更改发送到计算机 B?
我猜是前 SVN 用户?您不会从计算机 A “提交”到 github,而是从计算机 A “推送”到 github。同样,您可以使用 . 从计算机 B 拉到您的计算机git pull。
git pull
如果还没有,则需要先使用克隆 github 存储库git clone
git clone
跑:
看拉手手册