Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You can see an example at <a href="http://alblue.bandlem.com/2011/07/setting-up-google-code-with-git.html" rel="nofollow noreferrer">this article "Setting up Google Code with Git"</a> from <a href="http://alblue.bandlem.com/" rel="nofollow noreferrer">AlBlue’s Blog</a>:</p> <pre><code>$ cd /path/to/existing/local/repo $ git remote add googlecode https://project.googlecode.com/git $ git push googlecode master:master </code></pre> <p>See <a href="http://linux.die.net/man/1/git-remote" rel="nofollow noreferrer"><code>git remote</code></a> command: if you have an existing remote (google code) repo ready, you can add its address to your local repo and start pushing (provided you did setup correctly your <code>~/.netrc</code> file as described in the article, or your <code>%HOME%\_netrc</code> file for windows: see "<a href="https://stackoverflow.com/questions/6031214/git-how-to-use-netrc-file-on-windows-to-save-user-and-password/6031266#6031266">Git - How to use <code>.netrc</code> file on windows to save user and password</a>" for more).</p> <p>Once you have done a local commit, you can push the <code>master</code> branch (see "<a href="https://stackoverflow.com/questions/827351/push-origin-master-error-on-new-repository">Push origin master error on new repository</a>"), and from there just <code>git push googlecode</code>.<br> If your remote is called <strong>'<code>origin</code>'</strong>, then after the first push, you will be able to just do '<code>git push</code>' for the future pushes. </p>
    singulars
    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.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      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