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

fix: Enable rerere option in gitconfig #81

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Conversation

mdsanima
Copy link
Contributor

Introduced rerere functionality to remember resolved conflicts, potentially reducing future merge overhead. An advanced source control feature called REuse REcorded REsolution enables automated conflict resolution between commits in a git repository. Its abbreviated name is RERERE.

Streamlined the .gitconfig organization by regrouping related settings for clarity and maintenance ease.

Additionally, changed alias log commands adjustments e.g., 'lg' to 'lo' and 'lp' to 'll' improve consistency in naming conventions.

Introduced `rerere` functionality to remember resolved conflicts,
potentially reducing future merge overhead. An advanced source
control feature called _REuse REcorded REsolution_ enables automated
conflict resolution between commits in a git repository. Its abbreviated
name is **RERERE**.

Streamlined the `.gitconfig` organization by regrouping related
settings for clarity and maintenance ease.

Additionally, changed alias log commands adjustments e.g., 'lg' to 'lo'
and 'lp' to 'll' improve consistency in naming conventions.
@mdsanima mdsanima merged commit 453be35 into main Feb 12, 2024
1 check passed
@mdsanima mdsanima deleted the fix/gitconfig-rerere branch February 12, 2024 21:44
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.

1 participant