Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homogenize .git directories in the project #85

Open
danielcdz opened this issue Dec 24, 2024 · 4 comments · May be fixed by #86
Open

Homogenize .git directories in the project #85

danielcdz opened this issue Dec 24, 2024 · 4 comments · May be fixed by #86
Assignees
Labels
bug Something isn't working

Comments

@danielcdz
Copy link
Member

💡 Issue: Remove Redundant .git Directories

📝 Description

The current project structure includes multiple .git directories scattered across various scripts and contracts. For streamlined development and version control, the project should have only one centralized .git directory at the repository's root.

The task involves:

  1. Identifying project directories containing separate .git directories.
  2. Removing these redundant .git directories while ensuring that the root .git directory remains intact.

🔢 Steps

  1. Research the project structure to locate all .git directories outside the root.
  2. Delete the identified .git directories.
  3. Verify that the project functions correctly under a single global .git directory.

✅ Acceptance Criteria

  • All redundant .git directories are removed.
  • The repository contains only the root .git directory.
  • Development workflows (e.g., commits, pushes, pulls) are unaffected and operate as expected.
@danielcdz danielcdz added bug Something isn't working ON HOLD labels Dec 24, 2024
@wheval
Copy link
Contributor

wheval commented Dec 24, 2024

Can I work on this when it is available?

@Benjtalkshow
Copy link
Contributor

@danielcdz I can handle this and make PR in 5hrs from when this task will be assigned to me. Thanks

@Birdmannn
Copy link

@danielcdz I would love to handle this.

I'll follow all steps listed above and ensure the development workflow remains unaffected

Eta 3 hours

@gadyrcdz
Copy link
Contributor

Hey Sir, @danielcdz. Can I take care of this issue?

@danielcdz danielcdz removed the ON HOLD label Dec 25, 2024
@gadyrcdz gadyrcdz linked a pull request Dec 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants