Home > Web Front-end > JS Tutorial > git submission method

git submission method

一个新手
Release: 2017-09-28 09:35:47
Original
1166 people have browsed it

1.git clone 项目url
2.复制.git 和文件到根目录
3.git add .
4.git commit -m "XXXX(提交说明)"
5.git push -u origin master(仓库名)
Copy after login
git pull 下拉代码
git pull -u origin master:master
Copy after login

The above is the detailed content of git submission method. For more information, please follow other related articles on the PHP Chinese website!

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