| Class | GitReview::Local |
| In: |
lib/git-review/local.rb
|
| Parent: | Object |
The local repository is where the git-review command is being called by default. It is (supposedly) able to handle systems other than Github. TODO: remove Github-dependency
| config | [RW] |
acts like a singleton class but it‘s actually not use ::GitReview::Local.instance everywhere except in tests
@param location [Symbol] location of the branch, `:remote` or `:local` @param branch_name [String] name of the branch @return [Boolean] whether a branch exists in a specified location
delete local and remote branches that match a given name @param branch_name [String] name of the branch to delete
@param branch_name [String] name of the branch @param verbose [Boolean] if verbose output @return [Boolean] whether there are unmerged commits on the local or
remote branch.