diff options
author | Stan Hu <stanhu@gmail.com> | 2018-09-15 14:04:35 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-09-15 14:04:35 +0000 |
commit | 545cfc35dbc83d67186f08bc9ca926295f651e40 (patch) | |
tree | 195d4e3f4c0dd5012fd2ed7084096f41ef28ef1c | |
parent | a936a6cebdb4a9221fb66a5f816cb77ba3bb04e3 (diff) | |
parent | 61fd3e2915ff4d37e9700905388f0393fbea6448 (diff) | |
download | gitlab-ce-545cfc35dbc83d67186f08bc9ca926295f651e40.tar.gz |
Merge branch 'patch-29' into 'master'
Update command-line-commands.md to include an sample taskflow
See merge request gitlab-org/gitlab-ce!21756
-rw-r--r-- | doc/gitlab-basics/command-line-commands.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/gitlab-basics/command-line-commands.md b/doc/gitlab-basics/command-line-commands.md index 4666511d747..a0111be0767 100644 --- a/doc/gitlab-basics/command-line-commands.md +++ b/doc/gitlab-basics/command-line-commands.md @@ -125,3 +125,6 @@ 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. |