-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
The main branch has become cluttered with messy commit history and inconsistent messages. It needs a cleanup for clarity, maintainability, and professionalism.
Tasks:
-
Squash irrelevant or noisy commits into meaningful units of work.
-
Review and revise commit messages to follow a clear and consistent format (e.g., Imperative form).
-
Remove obsolete branches or tags if applicable.
-
Ensure the branch is clean, readable, and ready for production or collaboration.
Recommended Steps:
- Use interactive rebase (git rebase -i) to squash and clean commits.
- Rewrite unclear or incomplete commit messages.
- Force-push only if safe and coordinated with team (git push --force-with-lease).
Reactions are currently unavailable