- Fork
OpenManage-PowerShell-Modules
repository on github.com - Clone your personal fork (
git clone git@github.com: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