Commit a2419c26 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'docs-331024' into 'master'

Full review of Start using Git on the command line

See merge request gitlab-org/gitlab!62779
parents b9b17b38 df49c251
...@@ -33,7 +33,7 @@ cd <destination folder> ...@@ -33,7 +33,7 @@ cd <destination folder>
to the default branch should be avoided unless your project is very small and you're the to the default branch should be avoided unless your project is very small and you're the
only person working on it. only person working on it.
You can also [switch to an existing branch](start-using-git.md#work-on-an-existing-branch) You can also [switch to an existing branch](start-using-git.md#switch-to-a-branch)
if you have one already. if you have one already.
Using your standard tool for copying files (for example, Finder in macOS, or File Explorer Using your standard tool for copying files (for example, Finder in macOS, or File Explorer
......
...@@ -9,7 +9,7 @@ type: howto ...@@ -9,7 +9,7 @@ type: howto
A branch is an independent line of development in a [project](../user/project/index.md). A branch is an independent line of development in a [project](../user/project/index.md).
When you create a new branch (in your [terminal](start-using-git.md#create-a-branch) or with When you create a new branch (in your [terminal](start-using-git.md#create-and-work-in-a-branch) or with
[the web interface](../user/project/repository/web_editor.md#create-a-new-branch)), [the web interface](../user/project/repository/web_editor.md#create-a-new-branch)),
you are creating a snapshot of a certain branch, usually the main branch, you are creating a snapshot of a certain branch, usually the main branch,
at its current state. From there, you can start to make your own changes without at its current state. From there, you can start to make your own changes without
......
This diff is collapsed.
...@@ -33,7 +33,7 @@ For more information on managing branches using the GitLab UI, see: ...@@ -33,7 +33,7 @@ For more information on managing branches using the GitLab UI, see:
- [Branch filter search box](#branch-filter-search-box) - [Branch filter search box](#branch-filter-search-box)
You can also manage branches using the You can also manage branches using the
[command line](../../../../gitlab-basics/start-using-git.md#create-a-branch). [command line](../../../../gitlab-basics/start-using-git.md#create-and-work-in-a-branch).
<i class="fa fa-youtube-play youtube" aria-hidden="true"></i>Watch the video [GitLab Flow](https://www.youtube.com/watch?v=InKNIvky2KE). <i class="fa fa-youtube-play youtube" aria-hidden="true"></i>Watch the video [GitLab Flow](https://www.youtube.com/watch?v=InKNIvky2KE).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment