Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
df49c251
Commit
df49c251
authored
Jun 04, 2021
by
Cynthia Ng
Committed by
Suzanne Selhorn
Jun 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Full review of Start using Git on the command line
parent
71f638d7
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
112 additions
and
114 deletions
+112
-114
doc/gitlab-basics/add-file.md
doc/gitlab-basics/add-file.md
+1
-1
doc/gitlab-basics/create-branch.md
doc/gitlab-basics/create-branch.md
+1
-1
doc/gitlab-basics/start-using-git.md
doc/gitlab-basics/start-using-git.md
+109
-111
doc/user/project/repository/branches/index.md
doc/user/project/repository/branches/index.md
+1
-1
No files found.
doc/gitlab-basics/add-file.md
View file @
df49c251
...
...
@@ -33,7 +33,7 @@ cd <destination folder>
to the default branch should be avoided unless your project is very small and you're the
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.
Using your standard tool for copying files (for example, Finder in macOS, or File Explorer
...
...
doc/gitlab-basics/create-branch.md
View file @
df49c251
...
...
@@ -9,7 +9,7 @@ type: howto
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-a
nd-work-in-a
-branch
)
or with
[
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,
at its current state. From there, you can start to make your own changes without
...
...
doc/gitlab-basics/start-using-git.md
View file @
df49c251
This diff is collapsed.
Click to expand it.
doc/user/project/repository/branches/index.md
View file @
df49c251
...
...
@@ -33,7 +33,7 @@ For more information on managing branches using the GitLab UI, see:
-
[
Branch filter search box
](
#branch-filter-search-box
)
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-a
nd-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
)
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment