[ << Starting with git ] | [Top][Contents][Index][ ? ] | [ Compiling >> ] | ||
[ < Update command ] | [ Up : Updating the source code ] | [ Technical notes > ] |
1.2.3 Resolving conflicts
Occasionally an update may result in conflicts – this happens when you and somebody else hae modified the same part of the same file and git cannot figure out how to merge the two versions together. When this happens, you must manually merge the two versions.
TODO
[ << Starting with git ] | [Top][Contents][Index][ ? ] | [ Compiling >> ] | ||
[ < Update command ] | [ Up : Updating the source code ] | [ Technical notes > ] |