Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Updated Git config for simplified push and rebase pull
Configured git to use the `simple` pushing strategy and to rebase instead of merge on pull, optimizing the workflow and reducing merge conflicts. This setting makes push defaults safer and pull updates cleaner by rebasing local changes on top of fetched commits.
- Loading branch information