Skip to content

Conversation

@segraef
Copy link
Owner

@segraef segraef commented Mar 22, 2025

This pull request introduces a new PowerShell function to clone or update GitHub repositories for a specified organization. The function includes detailed documentation and parameters for specifying the destination folder, organization name, and list of repositories.

Key changes:

  • Added new function Clone-GitHubRepos to PowerShell/Snippets/Clone-GitHubRepos.ps1 for cloning or updating GitHub repositories. The function includes parameters for destinationFolder, org, and repos, and provides examples of usage.# Change

Feel free to remove this sample text

Thank you for your contribution !
Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context.
List any dependencies that are required for this change.

Type of Change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update (Wiki)

Checklist

  • I'm sure there are no other open Pull Requests for the same update/change
  • My corresponding pipelines / checks run clean and green without any errors or warnings
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (readme)
  • I did format my code

@segraef segraef merged commit afda93b into main Mar 22, 2025
5 checks passed
@segraef segraef deleted the afersg branch March 22, 2025 00:13
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.

2 participants