Home > Backend Development > PHP Tutorial > git 有关问题

git 有关问题

WBOY
Release: 2016-06-13 12:03:28
Original
917 people have browsed it

git 问题
今天 在服务器上和本地安装了git..

可以上传上去。

用其它的电脑也能拉取下来。。

在服务器上不显示这些文件。。

不知道哪里出现什么问题了。。
------解决方案--------------------
这不是对的吗? C 是服务器,如果你可以在 C 上不通过客户端进行修改的话,那不就乱套了吗?
git 有自己的数据库,用来保存这些文件

你似乎是想问在 C 中如何发布到网站中去吧
如果是就循这个链接看看 http://www.baidu.com/s?wd=git%E5%8F%91%E5%B8%83&ie=utf-8
其中这篇说的还算明白 http://www.berlinix.com/it/autoweb.php
------解决方案--------------------
C是仓库,不能修改
至于发布到网站,都是手动的
用电脑D,拉取最新的分支,将修改的文件上传到网站中去

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template