git.rst
changeset 834 5bed6172a7c4
parent 833 2fc97313ce78
child 835 d0bddeaf586b
equal deleted inserted replaced
833:2fc97313ce78 834:5bed6172a7c4
   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