all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mike Gerwitz <mtg@gnu.org>
To: Alan Mackenzie <acm@muc.de>
Cc: emacs-devel@gnu.org
Subject: Re: Git question.  Is there a way of duplicating a git repository?
Date: Sat, 14 Nov 2015 21:46:00 -0500	[thread overview]
Message-ID: <87oaew2d5j.fsf@gnu.org> (raw)
In-Reply-To: <20151114112027.GA2567@acm.fritz.box> (Alan Mackenzie's message of "Sat, 14 Nov 2015 11:20:27 +0000")

[-- Attachment #1: Type: text/plain, Size: 679 bytes --]

On Sat, Nov 14, 2015 at 11:20:27 +0000, Alan Mackenzie wrote:
> So, is there any convenient way of duplicating a repo (using hard links,
> and preserving config info)?

Each branch has its own tracking branch (upstream).  So you can just
branch off of emacs-25, and either keep that local copy, or set the
upstream to your own remote repository:

  $ git checkout emacs-25
  $ git checkout -b foo
  $ git remote add my-origin path/to/remote/repo
  $ git push --set-upstream my-origin foo

This is as close to a hard-copy as you'll get.


-- 
MIKE Gerwitz
Free Software Hacker | GNU Maintainer
http://mikegerwitz.com
FSF Member #5804 | GPG Key ID: 0x8EE30EAB

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

  parent reply	other threads:[~2015-11-15  2:46 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-14 11:20 Git question. Is there a way of duplicating a git repository? Alan Mackenzie
2015-11-14 17:03 ` Achim Gratz
2015-11-14 17:06 ` Dmitry Gutov
2015-11-15 10:43   ` Alan Mackenzie
2015-11-14 17:20 ` Liang Wang
2015-11-14 17:27 ` Ivan Shmakov
2015-11-14 17:37 ` David Reitter
2015-11-14 17:57 ` chris.nixon
2015-11-14 18:17 ` John Wiegley
2015-11-14 21:35   ` Alan Mackenzie
2015-11-16  8:42     ` David Kastrup
2015-11-17 11:54     ` Stephen Leake
2015-11-14 19:21 ` Andreas Schwab
2015-11-14 20:02 ` Andy Moreton
2015-11-14 21:02 ` Ken Brown
2015-11-15 10:33   ` Alan Mackenzie
2015-11-15  2:46 ` Mike Gerwitz [this message]
2015-11-15  7:58 ` Paul Eggert
2015-11-15 10:02 ` Steinar Bang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87oaew2d5j.fsf@gnu.org \
    --to=mtg@gnu.org \
    --cc=acm@muc.de \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.