You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- Yea it's more like deleting the created index itself. Good thing is that, I don't require to re-initialize git. Thanks!sarat– sarat2011-08-18 10:11:18 +00:00Commented Aug 18, 2011 at 10:11
- 1Are sure it's a safe operation? I just did this (actually moved index out of way) and got all other files staged for deletion.inger– inger2013-10-10 08:52:47 +00:00Commented Oct 10, 2013 at 8:52
- 1Actually, I was wondering what you meant by "pristine repo" (I don't feel lucky with google either).. So you meant an empty repo actually?inger– inger2013-10-10 11:46:34 +00:00Commented Oct 10, 2013 at 11:46
- 1Ah, so you did mean an empty repo. Quite a specific case indeed:) the question doesn't suggest this scenario, can't see how this became the selected answer for @sarat's case. Thanks anyway.inger– inger2013-10-10 18:48:36 +00:00Commented Oct 10, 2013 at 18:48
- 1@inger Agree. I had to assume that the OP had happened to have this exact situation - he doesn't specify it, but his description leaves the possibility. Anyways, I'm just sharing information, and can't influence the voting :(. Have added a word of warning to the answer text, in case it helps others in the future.sehe– sehe2013-10-10 20:44:54 +00:00Commented Oct 10, 2013 at 20:44
| Show 2 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. python-3.x), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you