| git_pull {git4r} | R Documentation |
Git Pull
Description
This will pull any updates from the 'origin' remote for every branch.
This should be run before making a commit (as is done by wrapper git()) in
order to avoid conflicts arising if somebody else has made changes
on the same branch. If this happens, merge conflicts are raised in the usual
way and git_add() will show you what needs resolving.
Usage
git_pull()
Details
To setup an 'origin' remote, use git_remote(). Credentials are handled
in the same way as git_push(), see ?git_push for details.
Value
Invisible NULL
See Also
git_push, git_remote
[Package git4r version 0.1.2 Index]