Skip to content

Conversation

YueLinHo
Copy link
Contributor

No description provided.

If you clone a repository, the command automatically adds that remote repository under the name ``origin''.
So, `git fetch origin` fetches any new work that has been pushed to that server since you cloned (or last fetched from) it.
It's important to note that the `git fetch` command pulls the data to your local repository – it doesn't automatically merge it with any of your work or modify what you're currently working on.
It's important to note that the `git fetch` command just fetches the data to your local repository – it doesn't automatically merge it with any of your work or modify what you're currently working on.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of "just fetches", let's say "only downloads".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. ^________^

@YueLinHo
Copy link
Contributor Author

Updated with amend.

@ben
Copy link
Member

ben commented Feb 24, 2016

Lovely. Thanks!

ben added a commit that referenced this pull request Feb 24, 2016
Fix issue #530: Explaining `fetch` command via the word "pull" may confuses the newbie
@ben ben merged commit 84ffb5b into progit:master Feb 24, 2016
@YueLinHo
Copy link
Contributor Author

Thanks for merging. ^__^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants