From: "Keller, Jacob E" <jacob.e.keller@intel.com>
To: "git@vger.kernel.org" <git@vger.kernel.org>,
"samarinav1992@gmail.com" <samarinav1992@gmail.com>
Subject: Re: Problem with architecture git.
Date: Fri, 17 Jul 2015 18:06:10 +0000 [thread overview]
Message-ID: <1437156370.4883.14.camel@intel.com> (raw)
In-Reply-To: <loom.20150717T170829-906@post.gmane.org>
On Fri, 2015-07-17 at 15:12 +0000, Alexander wrote:
> Hello,
>
> I have problem with architecure of my project, help me to resolve
> problem
> . I want to do in my remote repo two branches with two different
> working
> folders (master , dev ) to check it . How can I do it ?
> Thank you.
Sounds like you want the git worktree functionality currently being
baked.
git clone <remote>
cd <repo>
git checkout master
git worktree add <path/to/dev> dev
This allows you to have both master checked out at the location
path/to/dev and the master checked out where repo is stored. Quite
valuable
I think this solves what you're looking for? I don't know what version
git-worktree is supported by..
Regards,
Jake
prev parent reply other threads:[~2015-07-17 18:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-17 15:12 Problem with architecture git Alexander
2015-07-17 17:10 ` Zoë Blade
2015-07-17 18:06 ` Keller, Jacob E [this message]
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=1437156370.4883.14.camel@intel.com \
--to=jacob.e.keller@intel.com \
--cc=git@vger.kernel.org \
--cc=samarinav1992@gmail.com \
/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 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.