[ << Starting with git ] | [Top][Contents][Index][ ? ] | [ Compiling >> ] | ||
[ < Importance of updating ] | [ Up : Updating the source code ] | [ Resolving conflicts > ] |
1.2.2 Updating command
Whenever you are asked to pull, it means you should update your
local copy of the repository with the changes made by others on
the remote git.sv.gnu.org
repository:
git pull origin
[ << Starting with git ] | [Top][Contents][Index][ ? ] | [ Compiling >> ] | ||
[ < Importance of updating ] | [ Up : Updating the source code ] | [ Resolving conflicts > ] |