Commit 29ae248f authored by Marcia Ramos's avatar Marcia Ramos Committed by Amy Qualls

Docs: Git basics - JonstonChan's contribution

parent da7bb81a
...@@ -167,14 +167,13 @@ original repository if you'd like. ...@@ -167,14 +167,13 @@ original repository if you'd like.
### Download vs clone ### Download vs clone
To create a copy of a remote repository files on your computer, you can either To create a copy of a remote repository's files on your computer, you can either
**download** or **clone** it. If you download it, you cannot sync it with the **download** or **clone**. If you download, you cannot sync it with the
remote repository on GitLab. remote repository on GitLab.
On the other hand, by cloning a repository, you'll download a copy of its Cloning a repository is the same as downloading, except it preserves the Git connection
files to your local computer, but preserve the Git connection with the remote with the remote repository. This allows you to modify the files locally and
repository, so that you can work on the its files on your computer and then upload the changes to the remote repository on GitLab.
upload the changes to GitLab.
### Pull and push ### Pull and push
......
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