diff options
author | Job van der Voort <job@gitlab.com> | 2015-06-19 16:14:49 +0000 |
---|---|---|
committer | Job van der Voort <job@gitlab.com> | 2015-06-19 16:14:49 +0000 |
commit | 473fb23afc515b808c8687d17ead10cd7979082c (patch) | |
tree | df7baa4c10c1d9ff87b86a695fb38eacb773dbdc /doc/gitlab_basics/README.md | |
parent | b78981bc934045634abd922228b8971a7f86faec (diff) | |
parent | 0221628ffb4aa3dd21e37d6e37c77b9561918b91 (diff) | |
download | gitlab-ce-473fb23afc515b808c8687d17ead10cd7979082c.tar.gz |
Merge branch 'starting_shell' into 'master'
Starting shell document to GitLab basics
I added a new branch for all the changes on this MR https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/1863
Everything should look nicer now :)
See merge request !1869
Diffstat (limited to 'doc/gitlab_basics/README.md')
-rw-r--r-- | doc/gitlab_basics/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/gitlab_basics/README.md b/doc/gitlab_basics/README.md new file mode 100644 index 00000000000..c434e0146e3 --- /dev/null +++ b/doc/gitlab_basics/README.md @@ -0,0 +1,7 @@ +# 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) + + |