Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

docs: add README project overview and script guidance#2

Open
zakiscoding wants to merge 1 commit into
mainzakiscoding/zakiscoding:mainfrom
docs/repo-overview-readmezakiscoding/zakiscoding:docs/repo-overview-readmeCopy head branch name to clipboard
Open

docs: add README project overview and script guidance#2
zakiscoding wants to merge 1 commit into
mainzakiscoding/zakiscoding:mainfrom
docs/repo-overview-readmezakiscoding/zakiscoding:docs/repo-overview-readmeCopy head branch name to clipboard

Conversation

@zakiscoding

Copy link
Copy Markdown
Owner

Summary

  • add repository overview for project folders
  • document
    ealistic-sparse.ps1 usage examples
  • add notes for safer usage with -DryRun and optional -ForcePush

Why

Improves discoverability and provides clear script usage guidance.

Copilot AI review requested due to automatic review settings March 10, 2026 17:31

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a top-level README to improve repository discoverability and provide usage guidance for the realistic-sparse.ps1 utility script.

Changes:

  • Document the repo’s project folder layout under projects/*.
  • Add usage examples and safety notes for realistic-sparse.ps1.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines +18 to +27
```powershell
./realistic-sparse.ps1 -Branch main -StartDate 2025-01-01 -TotalDays 90 -DryRun
./realistic-sparse.ps1 -Branch main -StartDate 2025-01-01 -TotalDays 90
./realistic-sparse.ps1 -Branch main -StartDate 2025-01-01 -TotalDays 90 -ForcePush
```

Notes:

- Use `-DryRun` to preview commit volume without writing commits.
- `-ForcePush` is optional and should only be used intentionally.

Copilot AI Mar 10, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README documents -DryRun and -ForcePush parameters and shows examples using them, but realistic-sparse.ps1 currently defines only Branch, StartDate, and TotalDays (and always runs git push ... -f). This makes the usage guidance inaccurate and the safety notes misleading. Update the README to match the script’s actual parameters/behavior, or implement -DryRun (skip file writes/commits/push) and -ForcePush (only add -f when explicitly set).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.