Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/primeeagle/powershell-git

PowerShell scripts for working with Git repositories.
https://github.com/primeeagle/powershell-git

git github powershell powershell-script

Last synced: 15 days ago
JSON representation

PowerShell scripts for working with Git repositories.

Awesome Lists containing this project

README

        

# PowerShell-Git
PowerShell scripts for working with Git repositories.
```
Add-RepoSecret - add a repository secret variable.
Copy-GitRepo - copies the contents of one repo into another, including commit history. NOTE: everything in the destination repo will be deleted.
Get-GitUsers - lists all users in a Git repo.
Remove-IgnoredItems - removes all files and directories that would be ignored by the .gitignore file. Good for removing items that were added before .gitignore.
Remove-File - removes a file from staging, cache, and the local file system.
Rename-GitUsers - renames Git usernames and emails, based on a provided text file.
```