HN2
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dexen
on Aug 12, 2011
|
parent
|
context
|
favorite
| on:
Git: fetch and merge, don’t pull
Regretable case of different name for same functionality. May indeed be misleading if you switch back-and-forth between SCMs.
hg pull == git fetch
git pull == { hg pull; hg merge; }
cpeterso
on Aug 12, 2011
[–]
And from masklinn's comment above, it sounds like `hg fetch` == `git pull`!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
hg pull == git fetch
git pull == { hg pull; hg merge; }