PSGit v3
No due date
0% complete
This is the branching release. It adds the commands you need to work with branching and merging (and rebasing). It contains, at a minimum:
- New-Repository
- Add-Item, Remove-Item, Get-Status
- Save-Branch
- Add-Remote, Get-Remote, Remove-Remote
- Sync-Remote
- Send-Branch (git push)
- Receive-Branch (git pull)
- New-Branch, Get-Branch, Remove-Branch
- Set-Branch or Switc…
This is the branching release. It adds the commands you need to work with branching and merging (and rebasing). It contains, at a minimum:
- New-Repository
- Add-Item, Remove-Item, Get-Status
- Save-Branch
- Add-Remote, Get-Remote, Remove-Remote
- Sync-Remote
- Send-Branch (git push)
- Receive-Branch (git pull)
- New-Branch, Get-Branch, Remove-Branch
- Set-Branch or Switch-Branch (git checkout)
- Move-Branch or Set-Branch (git rebase)
- Reset-Branch (git reset)
- Merge-Branch