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
29ae248f
Commit
29ae248f
authored
Dec 23, 2020
by
Marcia Ramos
Committed by
Amy Qualls
Dec 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Git basics - JonstonChan's contribution
parent
da7bb81a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
doc/gitlab-basics/start-using-git.md
doc/gitlab-basics/start-using-git.md
+5
-6
No files found.
doc/gitlab-basics/start-using-git.md
View file @
29ae248f
...
...
@@ -167,14 +167,13 @@ original repository if you'd like.
### Download vs clone
To create a copy of a remote repository files on your computer, you can either
**download**
or
**clone**
it. If you download it
, you cannot sync it with the
To create a copy of a remote repository
's
files on your computer, you can either
**download**
or
**clone**
. If you download
, you cannot sync it with the
remote repository on GitLab.
On the other hand, by cloning a repository, you'll download a copy of its
files to your local computer, but preserve the Git connection with the remote
repository, so that you can work on the its files on your computer and then
upload the changes to GitLab.
Cloning a repository is the same as downloading, except it preserves the Git connection
with the remote repository. This allows you to modify the files locally and
upload the changes to the remote repository on GitLab.
### Pull and push
...
...
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