From 325bf43a96848c57ecc2bad9335a8ae6c58586b6 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 24 Aug 2017 00:05:53 +0800 Subject: [PATCH] Update git.md --- command/git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/git.md b/command/git.md index acb490b26a..37db962246 100644 --- a/command/git.md +++ b/command/git.md @@ -103,7 +103,7 @@ clone git clone支持多种协议,除了HTTP(s)以外,还支持SSH、Git、本地文件协议等,下面是一些例子。`git clone <版本库的网址> <本地目录名>` -```shell +```bash $ git clone http[s]://example.com/path/to/repo.git/ $ git clone ssh://example.com/path/to/repo.git/ $ git clone git://example.com/path/to/repo.git/