gitstack使用教程

一、下载及安装

下载地址:https://gitstack.com/download/?spm=a2c4e.10696291.0.0.6d4c19a40qOauc

支持操作系统列表

gitstack使用教程_第1张图片

 本文基于2.3.12版本

下载完成后安装,默认安装路径为:c:\GitStack,安装过程中,gitstack服务会启动

二、服务器端配置

1.浏览器输入地址:http://服务器IP/gitstack,进入登录界面,默认用户名密码都是admin
2.创建仓库:
gitstack使用教程_第2张图片
3.创建用户
gitstack使用教程_第3张图片
4.将刚创建的用户管理对应的仓库
gitstack使用教程_第4张图片
gitstack使用教程_第5张图片
gitstack使用教程_第6张图片
gitstack使用教程_第7张图片

 三、客户端使用

1.git客户端下载地址:Git - Downloads
gitstack使用教程_第8张图片​​​​​​​
gitstack使用教程_第9张图片

下载后默认安装即可
2.全局设置(设置一次即可) 

git config --global user.name web01
git config --global user.email [email protected]
git config --global user.name
git config --global user.email

gitstack使用教程_第10张图片
3.从服务器下载:直接复制克隆命令
gitstack使用教程_第11张图片
gitstack使用教程_第12张图片
​​​​​​​
4.在web01文件夹下添加文件后,把所有文件上传到服务器

cd web01
git add .
git status
git commit -m "注释"
git push


gitstack使用教程_第13张图片
gitstack使用教程_第14张图片
5.在gitstack服务器上可以查看日志,输入地址:http://服务器IP/web,输入用户名web01密码123456

四、其他git命令参看我另一篇文章

gitee.com上传下载文件_hifhf的博客-CSDN博客

你可能感兴趣的:(其它,web前端,git,gitstack)