Class
GitUp
In:
lib/git-up/version.rb
lib/git-up.rb
Parent:
Object
Methods
branches
check_bundler
checkout
get_repo
is_fast_forward?
log
merge_base
on_branch?
process_args
rebase
rebase_all_branches
remote_for_branch
remote_map
remotes
repo
returning_to_current_branch
run
with_stash
Classes and Modules
Class
GitUp::GitError
Constants
VERSION
=
"0.5.12"
Public Instance methods
branches
()
check_bundler
()
checkout
(branch_name)
get_repo
()
is_fast_forward?
(a, b)
log
(branch, remote)
merge_base
(a, b)
on_branch?
(branch_name=nil)
process_args
(argv)
rebase
(target_branch)
rebase_all_branches
()
remote_for_branch
(branch)
remote_map
()
remotes
()
repo
()
returning_to_current_branch
() {|| ...}
run
(argv)
with_stash
() {|| ...}
[Validate]