diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-12 11:44:51 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-07-12 11:44:51 +0900 |
commit | cc748d5b9596053834b358ded4e113bbc747c21d (patch) | |
tree | 500029136e4d43307a24b964a07bc33ab17d5d63 /doc/gitlab-basics/command-line-commands.md | |
parent | e105232ccf4fd88d5beb64d91a5bd0171c1796c6 (diff) | |
download | gitlab-ce-docs-code-block-fences.tar.gz |
Add blank lines around code blocksdocs-code-block-fences
All code blocks should be surrounded by blank lines
Diffstat (limited to 'doc/gitlab-basics/command-line-commands.md')
-rw-r--r-- | doc/gitlab-basics/command-line-commands.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/gitlab-basics/command-line-commands.md b/doc/gitlab-basics/command-line-commands.md index b7e6844f43a..b8ebbbea9d4 100644 --- a/doc/gitlab-basics/command-line-commands.md +++ b/doc/gitlab-basics/command-line-commands.md @@ -139,6 +139,7 @@ pwd ``` clear ``` + ### Sample Git taskflow If you are completely new to Git, looking through some [sample taskflows](https://rogerdudler.github.io/git-guide/) will help you understand best practices for using these commands as you work. |