Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はgitプロジェクトを持っています。コミットしたばかりで、いくつかのディレクトリを削除しました。おっと、悪い。ここで、削除したディレクトリを復元したいと思います。それ、どうやったら出来るの?
1 つの方法は、次を使用することgit resetです。
git reset
git reset --hard HEAD
このコマンドは、最後のコミット以降に行った作業コピーの変更をすべて破棄します。
Hello again stackoverflow, I have a question concerning List of Objects.
I have tried out writing some things, but can't find it though. How do I find an Object in a list of o