List view
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
No due date•0/7 issues closedThis is the "remote support" version. It should contain, at a minimum: * _New-Repository_ * _Add-Item, Remove-Item_, Get-Status * _Save-Branch_ * Add-Remote, Get-Remote, Remove-Remote * Sync-Remote * Send-Branch, Receive-Branch It should probably also contain, just for the sake of completeness: * Move-Item and Reset-Item
No due date•0/7 issues closedThe initial set of commands needs to be (at least): * New-Repository * Add-Item * Remove-Item * Save-Branch We might throw in: * Get-Status, because we want our prompts to work based on this as soon as possible. * Copy-Repository, because there's no point in git if we can't use it to pull down a project.
No due date•2/6 issues closed