From: Jon Loeliger <jdl@freescale.com>
To: Doug Reiland <dreiland@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: can you push from a bare repository??
Date: Fri, 27 Jun 2008 13:18:41 -0500 [thread overview]
Message-ID: <48652F01.4080309@freescale.com> (raw)
In-Reply-To: <6844644e0806271058r738e300fxf10f50b4ad29a93c@mail.gmail.com>
Doug Reiland wrote:
> I have a main repository called main
> I create a bare clone from main call bare_clone
> I create clone from bare_clone called work_repository_1
>
> I do my work in work_repository_1, commit, and push changes to bare_clone
>
> How to a push the changes in bare_clone into main??
>
Go to your main repo and configure up a new remote
using "git remote add' pointing to the bare repo.
Then fetch from that remote!
jdl
next prev parent reply other threads:[~2008-06-27 18:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-27 17:58 can you push from a bare repository?? Doug Reiland
2008-06-27 18:18 ` Jon Loeliger [this message]
2008-06-27 18:41 ` Doug Reiland
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=48652F01.4080309@freescale.com \
--to=jdl@freescale.com \
--cc=dreiland@gmail.com \
--cc=git@vger.kernel.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).