diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-12 08:09:23 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-07-12 08:09:23 +0000 |
commit | c6f943db44ea7f5d3da4e9b638ccba1c09b501cf (patch) | |
tree | ae3261828120183f685f6f86b75726e18fa5779b /doc/gitlab-basics | |
parent | d9036acd7d66abcb07ad72887c396b7733553857 (diff) | |
download | gitlab-ce-c6f943db44ea7f5d3da4e9b638ccba1c09b501cf.tar.gz |
Add blank lines around code blocks
All code blocks should be surrounded by blank lines
Diffstat (limited to 'doc/gitlab-basics')
-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. |