This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawme63-Q4pahQsIS1nNvXgAc3N5kq8y0GMQ 2013-11-19 12:20:07 +00:00 committed by admin
parent a6e2b289c2
commit 379cdca993

View file

@ -7,7 +7,7 @@ That works fine, if you don't mind having a central repository.
But it can be harder to use git in a fully decentralized fashion, with no
central repository and still keep repositories in sync with one another.
You have to remember to pull from each remote, and merge the appopriate
You have to remember to pull from each remote, and merge the appropriate
branch after pulling. It's difficult to *push* to a remote, since git does
not allow pushes into the currently checked out branch.