Changes between Version 21 and Version 22 of TipAndDoc/scm/git
- Timestamp:
- May 7, 2013 8:03:36 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/scm/git
v21 v22 35 35 > $ git config remote.origin.mirror true 36 36 > }}} 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 > }}} 37 43 38 44 * [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]