Changes between Version 21 and Version 22 of TipAndDoc/scm/git


Ignore:
Timestamp:
May 7, 2013 8:03:36 AM (11 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/scm/git

    v21 v22  
    3535 > $ git config remote.origin.mirror true 
    3636 > }}} 
     37 * [https://help.github.com/articles/duplicating-a-repository Duplicating a repository · GitHub Help] 
     38 > {{{ 
     39 > $ git clone --bare https://github.com/exampleuser/old-repo.git 
     40 > $ cd old-repo.git 
     41 > $ git push --mirror https://github.com/exampleuser/new-repo.git 
     42 > }}} 
    3743 
    3844 * [http://biokids.org/?%A4%C9%A4%D6%A4%AA%2F%B3%AB%C8%AF%A4%B7%A4%E8%A4%A6%A1%AA%2Fgit%A4%A4%A4%ED%A4%A4%A4%ED どぶお/開発しよう!/gitいろいろ - BioKids Wiki]