git_pull¶
GIT_PULL - pull changes to a git repository
B = GIT_PULL(DIRNAME)
Pulls the remote changes to a GIT repository into the local directory
DIRNAME.
If there are local changes to be committed, the operation may fail and B
will be 0.