From: Crane Cai <crane.cai@amd.com>
To: honglei junan <jhonglei@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: 3 question about how to use Git .
Date: Wed, 27 Jan 2010 17:32:25 +0800 [thread overview]
Message-ID: <20100127093225.GB3708@crane-desktop> (raw)
In-Reply-To: <e78dc7d71001270035p4e235f18o59029b93bea25d4e@mail.gmail.com>
On Wed, Jan 27, 2010 at 04:35:53PM +0800, honglei junan wrote:
> hi,i have three questions seem not not appear in GitFaq,yet confuse me much :
> *) since I've already commit many patches before telling git my name
> and email,should i roll back and recommit all patches to make my name
> in repository?
One way I do:
#checkout your commits
git format-patch since-your-commit
#reset head to begin
git reset --hard since-your-commit
#change your commits in patches, then am
git am your-patches
> *) when cloning a git repository,the network is broken down.How could
> i went on the clone process when the network being OK ?
> since the download speed is very low, i really don't want to remove
> all things and download them again.
you need not to remove, just redo clone.
--
Best Regards,
- Crane
next prev parent reply other threads:[~2010-01-27 9:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <e78dc7d71001270034k48e1a386p64e01eb8d6d1187a@mail.gmail.com>
2010-01-27 8:35 ` 3 question about how to use Git honglei junan
2010-01-27 9:32 ` Crane Cai [this message]
2010-01-27 9:52 ` 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=20100127093225.GB3708@crane-desktop \
--to=crane.cai@amd.com \
--cc=git@vger.kernel.org \
--cc=jhonglei@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 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).