List of all items
Structs
- cli::Cli
- github::CommandCall
- github::CommandOutput
- github::GitHubClient
- github::MockCommandExecutor
- github::MockScenarioBuilder
- github::PrInfo
- github::RawPrData
- github::RealCommandExecutor
- state::Branch
- state::Deletable
- state::Protected
Enums
- cli::Commands
- error::GwError
- github::MergeMethod
- github::PrState
- state::BranchClassification
- state::next_action::NextAction
- state::repo::RepoType
- state::sync::SyncState
- state::working_dir::WorkingDirState
Traits
Functions
- commands::abandon::run
- commands::cleanup::run
- commands::home::run
- commands::new::run
- commands::pause::run
- commands::status::run
- commands::sync::run
- commands::undo::run
- git::mutation::add_all
- git::mutation::checkout
- git::mutation::checkout_new_branch
- git::mutation::commit
- git::mutation::delete_branch
- git::mutation::delete_remote_branch
- git::mutation::discard_all_changes
- git::mutation::fetch_prune
- git::mutation::force_delete_branch
- git::mutation::force_push_with_lease
- git::mutation::log_commits
- git::mutation::pull
- git::mutation::rebase
- git::mutation::reset_soft
- git::query::behind_upstream_count
- git::query::branch_exists
- git::query::commit_count
- git::query::current_branch
- git::query::current_dir_name
- git::query::get_latest_stash_message
- git::query::get_upstream
- git::query::git_common_dir
- git::query::git_dir
- git::query::has_commits_to_undo
- git::query::has_remote_tracking
- git::query::has_staged_changes
- git::query::has_uncommitted_changes
- git::query::has_unstaged_changes
- git::query::has_untracked_files
- git::query::head_commit
- git::query::head_commit_message
- git::query::is_git_repo
- git::query::is_worktree
- git::query::remote_branch_exists
- git::query::short_commit
- git::query::stash_count
- git::query::unpushed_commit_count
- github::add_pr_comment
- github::delete_remote_branch
- github::fixtures::closed_pr
- github::fixtures::merged_pr
- github::fixtures::merged_pr_rebase
- github::fixtures::open_pr
- github::fixtures::pr_with_develop_base
- github::fixtures::pr_with_japanese_title
- github::get_pr_for_branch
- github::is_gh_authenticated
- github::is_gh_available
- github::update_pr_base
- output::style::action
- output::style::bold
- output::style::error
- output::style::hints
- output::style::info
- output::style::ready
- output::style::separator
- output::style::success
- output::style::warn
- state::classify_branch