From: Lin Mac <mkl0301@gmail.com>
To: git@vger.kernel.org
Subject: How to undo changes?
Date: Thu, 29 Apr 2010 09:08:19 +0800 [thread overview]
Message-ID: <l2l10d816431004281808s79a559e6p308052c788c9a4ca@mail.gmail.com> (raw)
Hi,
1.
I have multiple files modified, but would like to undo the changes in
one of the changed files.
"git reset --hard" do not accept single files. So I used to use "git
diff <file> | patch -p X", but X cannot be know until I checked the
patch and know the path relationship. Is there other way to do it?
2.
Sometimes I delete old unused branches with "git branch -D <branch>",
but I just realized theren't a reflog log for such operation. If the
branch is the only reference to the logs, deleting the branch makes
the commits become dangling commits. How could I recover those
commit?
I run into situation 1 from time to time. Luckily I have never ran
into situation 2, but would like to know the recovery ways.
Thanks in advance.
Best Regards,
Mac Lin
next reply other threads:[~2010-04-29 1:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-29 1:08 Lin Mac [this message]
2010-04-29 1:29 ` How to undo changes? Erik Faye-Lund
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=l2l10d816431004281808s79a559e6p308052c788c9a4ca@mail.gmail.com \
--to=mkl0301@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).