From 531cd00c6a35170fa6c565e289f3e369ebf89332 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Tue, 6 Aug 2019 21:35:15 +0900 Subject: Change code blocks to shell type --- doc/topics/git/useful_git_commands.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/topics/git/useful_git_commands.md b/doc/topics/git/useful_git_commands.md index 84406805350..030e62f485a 100644 --- a/doc/topics/git/useful_git_commands.md +++ b/doc/topics/git/useful_git_commands.md @@ -149,7 +149,7 @@ gitk --follow ### Use a custom SSH key for a git command -```text +```sh GIT_SSH_COMMAND="ssh -i ~/.ssh/gitlabadmin" git ``` @@ -157,13 +157,13 @@ GIT_SSH_COMMAND="ssh -i ~/.ssh/gitlabadmin" git With SSH: -```text +```sh GIT_SSH_COMMAND="ssh -vvv" git clone ``` With HTTPS: -```text +```sh GIT_TRACE_PACKET=1 GIT_TRACE=2 GIT_CURL_VERBOSE=1 git clone ``` -- cgit v1.2.1