Note that there are some explanatory texts on larger screens.

plurals
  1. POgit when changing the repository
    primarykey
    data
    text
    <p>I am used to pull from a git repository of someone. Today he moved his repository to another address. I wonder if there is some way for me to pull from the new address and to get the info of what changes he made with respect to last time before his moving?</p> <p>What I have done is "git clone newaddress" under my repository pulled from his old one. The output is like:</p> <blockquote> <p>got xxx</p> <p>walk xxx</p> <p>got xxx</p> <p>got xxx</p> <p>walk xxx</p> <p>Getting alternates list for newaddress</p> <p>Getting pack list for newaddress</p> <p>Getting index for pack xxx</p> <p>Getting pack xxx</p> <p>which contains xxx</p> <p>got xxx</p> <p>got xxx</p> <p>walk xxx</p> <p>...</p> </blockquote> <p>Then I "git pull" and got the following message which I don't understand:</p> <blockquote> <p>You asked me to pull without telling me which branch you want to merge with, and 'branch.master.merge' in your configuration file does not tell me either. Please name which branch you want to merge on the command line and try again (e.g. 'git pull '). See git-pull(1) for details on the refspec.</p> <p>If you often merge with the same branch, you may want to configure the following variables in your configuration file:</p> <pre><code>branch.master.remote = &lt;nickname&gt; branch.master.merge = &lt;remote-ref&gt; remote.&lt;nickname&gt;.url = &lt;url&gt; remote.&lt;nickname&gt;.fetch = &lt;refspec&gt; </code></pre> <p>See git-config(1) for details.</p> </blockquote> <p>What can I do now to still be able to get the info of what changes he made with respect to last time before his moving?</p> <p>Thanks and regards!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload