网络编程
位置:首页>> 网络编程>> 网络编程>> Git在Windows中安装与使用教程

Git在Windows中安装与使用教程

作者:KK·Liu先生  发布时间:2023-11-01 08:47:55 

标签:Git,Windows,安装,使用

Git 代码管理工具,类似 SVN 客户端。

安装步骤:

1、官网下载Git:https://gitforwindows.org/

2、双击运行,下一步下一步安装完成。

使用方法:

1、安装完成后,在桌面或者任意目录下右击鼠标,即可看到 Git Bash ... 如下图所示:

Git在Windows中安装与使用教程

2、在文件夹中点击 Git Bash Here ,即可从 GitLab 或者 GitHub 中把代码拉到本地:

Git在Windows中安装与使用教程

3、克隆项目代码,如从GitHub中把可视化MyBatis代码生成工具源码拉到本地,如下图所示:

命令窗口中输入:git clone https://github.com/astarring/mybatis-generator-gui

Git在Windows中安装与使用教程

更多使用及命令请参考:https://git-scm.com/book/zh/v2

来源:https://blog.csdn.net/qq_40087415/article/details/85041602

0
投稿

猜你喜欢

手机版 网络编程 asp之家 www.aspxhome.com