From: supadhyay <supadhyay@imany.com>
To: git@vger.kernel.org
Subject: Re: how to clone/checkout branch/tag vesion from GIT repository
Date: Sat, 12 May 2012 03:26:32 -0700 (PDT) [thread overview]
Message-ID: <1336818392259-7553161.post@n2.nabble.com> (raw)
In-Reply-To: <20120511172214.GC26916@sigill.intra.peff.net>
Hi Jeff,
I follow below steps to do clone from git to gitolite (I did the cvs2git
migration of individual repository successfully).
1- login to gitolite user and add repository entry in to gitolite.conf file
and do add,commit and push. In push operation output it shows the path of
the repository.
2- from gitolite_home I run below command
git clone ssh://git@mygitserver.com/ora/data/test.git
(tis is do the clone of my repository so I can see the actual data inside
the repository)
3- then cd to test and push all the changes ;
git push --all gitolite@mygitserver.com:test
4- push all tags also;
git push --tags gitolite@mygitserver.com:test
5- lastly do the clone of test repository to my workstation using tortoise
git tool;
ssh://gitolite@mygitserver/test
Please guide me if anything missing or needs to add.
Thanks.
--
View this message in context: http://git.661346.n2.nabble.com/how-to-clone-checkout-branch-tag-vesion-from-GIT-repository-tp7546744p7553161.html
Sent from the git mailing list archive at Nabble.com.
next prev parent reply other threads:[~2012-05-12 10:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-10 13:39 how to clone/checkout branch/tag vesion from GIT repository supadhyay
2012-05-10 13:56 ` Jeff King
2012-05-10 14:19 ` Suchi Upadhyay
2012-05-10 14:39 ` Jeff King
2012-05-11 12:45 ` supadhyay
2012-05-11 17:22 ` Jeff King
2012-05-12 10:26 ` supadhyay [this message]
2012-05-14 6:18 ` supadhyay
2012-05-14 17:33 ` Jeff King
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=1336818392259-7553161.post@n2.nabble.com \
--to=supadhyay@imany.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).