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

Git rebase before adding changes #164

Merged
merged 1 commit into from
Aug 24, 2024
Merged

Git rebase before adding changes #164

merged 1 commit into from
Aug 24, 2024

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Aug 24, 2024

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhanced GitHub action to automatically configure user details before committing changes.

πŸ“Š Key Changes

  • Added global Git configuration for user name and email before committing.
  • Included a git pull --rebase command to integrate recent remote changes.

🎯 Purpose & Impact

  • Streamlined Commit Process: Ensures all commits made by the action use a consistent identity πŸ†”.
  • Reduced Merge Conflicts: Pulls latest changes and rebases local changes to avoid merge conflicts πŸ”„.

@UltralyticsAssistant UltralyticsAssistant added dependencies Dependency-related topics enhancement New feature or request labels Aug 24, 2024
@glenn-jocher glenn-jocher merged commit 4c61a5c into main Aug 24, 2024
3 checks passed
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-1 branch August 24, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency-related topics enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants