在github上创建项目仓库(Create a new repository)
github简单的说就是开发者使用的开源代码网络项目仓库。今天孤狼也想把Z-Blog PHP主题模板zbgl 放在github上,所以就要创建一个项目仓库(Create a new repository),下面是孤狼创建名为zbgl-theme项目仓库,具体操作如下。
——打开https://github.com网站,有帐号的登录,没有帐号需要注册一个。
——点击如上图:New repository;
——在Repository name处输入一个仓库名,孤狼写入为zbgl-theme。
——然后 勾选 Initialize this repository with a README。
——最后再点击:Create repository;
——创建项目仓库“zbgl-theme”完成。
——如上图,项目仓库网址,项目仓库下载地址。