Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add check for uncommitted changes before staging
Ensure that there are changes to commit by checking repository status before staging files. This prevents unnecessary commit attempts when the repository is clean.
- Loading branch information