From d7d4d8e443031865abd240e333bf691dbcfba529 Mon Sep 17 00:00:00 2001 From: The Jared Wilcurt Date: Fri, 23 Jun 2017 01:01:10 +0000 Subject: [PATCH 1/2] Update command-line-commands.md to reference cheatsheet. --- doc/gitlab-basics/command-line-commands.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/gitlab-basics/command-line-commands.md b/doc/gitlab-basics/command-line-commands.md index 2a531193adf03e..14578aba0ab519 100644 --- a/doc/gitlab-basics/command-line-commands.md +++ b/doc/gitlab-basics/command-line-commands.md @@ -93,3 +93,8 @@ sudo ``` pwd ``` + +### GitLab Git Cheatsheet + +We've provided a [cheatsheet](https://gitlab.com/gitlab-com/marketing/raw/master/design/print/git-cheatsheet/print-pdf/git-cheatsheet.pdf) +(PDF) of the most common Git related commands to keep as a reference. -- GitLab From 7f3fd39574936bc2fc15a51839736c5bbde71dcd Mon Sep 17 00:00:00 2001 From: The Jared Wilcurt Date: Fri, 23 Jun 2017 01:22:01 +0000 Subject: [PATCH 2/2] Follow link style guidelines --- doc/gitlab-basics/command-line-commands.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/gitlab-basics/command-line-commands.md b/doc/gitlab-basics/command-line-commands.md index 14578aba0ab519..4b412d015e1b4b 100644 --- a/doc/gitlab-basics/command-line-commands.md +++ b/doc/gitlab-basics/command-line-commands.md @@ -96,5 +96,7 @@ pwd ### GitLab Git Cheatsheet -We've provided a [cheatsheet](https://gitlab.com/gitlab-com/marketing/raw/master/design/print/git-cheatsheet/print-pdf/git-cheatsheet.pdf) +We've provided a [cheatsheet](cheatsheet) (PDF) of the most common Git related commands to keep as a reference. + +[cheatsheet]: https://gitlab.com/gitlab-com/marketing/raw/master/design/print/git-cheatsheet/print-pdf/git-cheatsheet.pdf "Git-Cheatsheet.pdf" -- GitLab