From eed6cbf37cd8d1f557e2f67a466fd0067ae41ff6 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Wed, 9 Nov 2016 17:42:44 +0100 Subject: [PATCH] Add a link to Git cheatsheet PDF in docs readme [ci skip] --- doc/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/README.md b/doc/README.md index c30bf328003..66c8c26e4f0 100644 --- a/doc/README.md +++ b/doc/README.md @@ -21,6 +21,7 @@ - [Workflow](workflow/README.md) Using GitLab functionality and importing projects from GitHub and SVN. - [University](university/README.md) Learn Git and GitLab through videos and courses. - [Git Attributes](user/project/git_attributes.md) Managing Git attributes using a `.gitattributes` file. +- [Git cheatsheet](https://gitlab.com/gitlab-com/marketing/raw/master/design/print/git-cheatsheet/print-pdf/git-cheatsheet.pdf) Download a PDF describing the most used Git operations. ## Administrator documentation -- GitLab