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 git pull before git commit #178

Merged
merged 1 commit into from
Aug 24, 2024
Merged

Fix git pull before git commit #178

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

Small fix in the GitHub Actions configuration to ensure the latest changes are pulled correctly.

πŸ“Š Key Changes

  • Added git pull origin ${{ github.head_ref || github.ref }} command before staging files for commit.
  • Removed git pull --rebase command to avoid potential merge conflicts.

🎯 Purpose & Impact

  • Ensuring Current Updates: The new pull command before staging ensures the local branch is up-to-date, reducing errors.
  • Simplified Workflow: Removing the rebase avoids complex merge issues, leading to a smoother automation process.

These changes streamline the continuous integration process, making it more reliable and simpler for developers. πŸš€πŸ”§

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

Successfully merging this pull request may close these issues.

2 participants