equal
deleted
inserted
replaced
149 |
149 |
150 By previous commands you grab changes from remote server! You can apply them: |
150 By previous commands you grab changes from remote server! You can apply them: |
151 |
151 |
152 TODO |
152 TODO |
153 $ git merge |
153 $ git merge |
|
154 |
|
155 * Debug git network operation. |
|
156 |
|
157 Git uses libcurl for network operation. |
|
158 |
|
159 $ export GIT_CURL_VERBOSE=1 |
|
160 $ git ... |
154 |
161 |
155 * Using git to work with SVN offline. |
162 * Using git to work with SVN offline. |
156 |
163 |
157 Prepare SVN and git utilities: |
164 Prepare SVN and git utilities: |
158 |
165 |