diff --git a/doc/gitlab-basics/command-line-commands.md b/doc/gitlab-basics/command-line-commands.md index 4666511d747f331f4b98e183aa275b5996d89874..a0111be0767a0d1cf6c532033674c71d714d4f33 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.