diff options
author | Job van der Voort <job@gitlab.com> | 2015-07-01 08:28:08 +0000 |
---|---|---|
committer | Job van der Voort <job@gitlab.com> | 2015-07-01 08:28:08 +0000 |
commit | 36ecc6d30555fc3117373e25164bbdd3c33b37e8 (patch) | |
tree | 78eded279ffbd86bbabbdb79c1b1a35e54115edb /doc/gitlab-basics/README.md | |
parent | e934a62aeb67bbca565a77f8c5d19ebf1272a1bd (diff) | |
parent | e0e89858550683f18ae1844c87d7b6fa938b75fe (diff) | |
download | gitlab-ce-36ecc6d30555fc3117373e25164bbdd3c33b37e8.tar.gz |
Merge branch 'commandline' into 'master'
added new doc "command line commands"
Added new doc to GitLab Basics
See merge request !1880
Diffstat (limited to 'doc/gitlab-basics/README.md')
-rw-r--r-- | doc/gitlab-basics/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/gitlab-basics/README.md b/doc/gitlab-basics/README.md new file mode 100644 index 00000000000..ffe1c358424 --- /dev/null +++ b/doc/gitlab-basics/README.md @@ -0,0 +1,11 @@ +# GitLab basics + +Step-by-step guides on the basics of working with Git and GitLab. + +* [Start using Git on the commandline](start-using-git.md) + +* [Create and add your SSH Keys](create-your-ssh-keys.md) + +* [Command Line basic commands](command-line-commands.md) + +* [Basic Git commands](basic-git-commands.md) |