Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/primeeagle/powershell-git
- Owner: PrimeEagle
- License: apache-2.0
- Created: 2023-11-30T05:09:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T04:34:19.000Z (10 months ago)
- Last Synced: 2024-11-22T13:38:43.133Z (3 months ago)
- Topics: git, github, powershell, powershell-script
- Language: PowerShell
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```