From: <rsbecker@nexbridge.com>
To: "'Fayez Coder'" <fayez.coder@gmail.com>, <git@vger.kernel.org>
Subject: RE: I delete files by mistake not in stage area
Date: Thu, 13 Jul 2023 14:44:24 -0400 [thread overview]
Message-ID: <003901d9b5ba$0ee1e4d0$2ca5ae70$@nexbridge.com> (raw)
In-Reply-To: <129BE2F7-847E-45E4-8A22-CC76EACF3543@gmail.com>
On Thursday, July 13, 2023 1:58 PM, Fayez Coder wrote:
>I deleted files from my projects those files in change area not add it to
stage area ,can
>I restore those files.
If you did not modify the files, you can restore them using git restore --
file-name. If the files were never added to git and are not staged, your
only chance is a recycle-bin. If you are in ECLIPSE, you can use the local
history to recover the files.
--Randall
prev parent reply other threads:[~2023-07-13 18:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-13 17:57 I delete files by mistake not in stage area Fayez Coder
2023-07-13 18:44 ` rsbecker [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='003901d9b5ba$0ee1e4d0$2ca5ae70$@nexbridge.com' \
--to=rsbecker@nexbridge.com \
--cc=fayez.coder@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).