- Fork
OpenManage-PowerShell-Modules
repository on GitHub.com - Clone your personal fork (
git clone [email protected]:TrevorSquillario/OpenManage-PowerShell-Modules.git
) - Create your feature branch (
git checkout -b feature/AmazingFeature
) - Run PSScriptAnalyzer to ensure no Warnings or Errors are reported (
.\Tests\Invoke-PSScriptAnalyzer.ps1
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push the Branch (
git push origin feature/AmazingFeature
) - Create a Pull Request on GitHub.com from this commit to the
devel
branch of the main repository
*This will overwrite any local commits that don't exist on the upstream repo.
git remote add upstream https://github.com/dell/OpenManage-PowerShell-Modules.git
git fetch upstream
git checkout devel
git rebase upstream/devel