Skip to content

Commit ac7ea74

Browse files
author
faroq45
committed
temp commit to clean working directory
1 parent ab67078 commit ac7ea74

57 files changed

Lines changed: 3629 additions & 1674 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66.5 KB
Binary file not shown.

BRANDING_CHANGES.md

Lines changed: 0 additions & 131 deletions
This file was deleted.

DELETE_REPO_INSTRUCTIONS.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Delete and Recreate Repository - Nuclear Option
2+
3+
## Step 1: Delete Current Repository on GitHub
4+
5+
1. Go to: https://github.com/faroq45/vuln-scanner-flask
6+
2. Click **Settings** (top right)
7+
3. Scroll down to **"Danger Zone"**
8+
4. Click **"Delete this repository"**
9+
5. Type the repository name: `vuln-scanner-flask`
10+
6. Click **"I understand the consequences, delete this repository"**
11+
12+
**WAIT 5 minutes for GitHub to process the deletion**
13+
14+
---
15+
16+
## Step 2: Recreate Repository Fresh
17+
18+
1. Go to https://github.com/new
19+
2. Create new repository:
20+
- **Repository name**: `vuln-scanner-flask`
21+
- **Description**: Advanced Vulnerability Scanner - AI/ML powered vulnerability detection
22+
- **Public**
23+
- **Initialize with README**: NO (we'll push our own)
24+
3. Click **"Create repository"**
25+
26+
---
27+
28+
## Step 3: Push Clean Code
29+
30+
Run these commands in your terminal:
31+
32+
```bash
33+
git remote set-url origin https://github.com/faroq45/vuln-scanner-flask.git
34+
git push origin master --force
35+
```
36+
37+
---
38+
39+
## Result
40+
41+
- ✅ Repository is completely new
42+
- ✅ No trace of krishpranav
43+
- ✅ Only faroq45 as contributor
44+
- ✅ Fresh start with 3 clean commits
45+
46+
---
47+
48+
## Current Local Repository Status
49+
50+
```
51+
ab67078 (HEAD -> master) Add GitHub cache clear instructions
52+
00b54fe Add mailmap to normalize contributor identities
53+
cf2a060 Initial commit: Advanced Vulnerability Scanner by faroq45
54+
```
55+
56+
All commits by: **faroq45**

GITHUB_CACHE_CLEAR.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)