Module: GitCli

Defined in:
lib/git_cli/version.rb,
lib/git_cli.rb,
lib/git_cli/log.rb,
lib/git_cli/diff.rb,
lib/git_cli/init.rb,
lib/git_cli/pull.rb,
lib/git_cli/push.rb,
lib/git_cli/tags.rb,
lib/git_cli/clone.rb,
lib/git_cli/delta.rb,
lib/git_cli/repos.rb,
lib/git_cli/stash.rb,
lib/git_cli/branch.rb,
lib/git_cli/global.rb,
lib/git_cli/ignore.rb,
lib/git_cli/git_core.rb,
lib/git_cli/add_commit.rb,
lib/git_cli/os/linux/utils.rb

Overview

Copyright © 2020 Chris Liaw <[email protected]> Author: Chris Liaw <[email protected]>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <www.gnu.org/licenses/>.

Defined Under Namespace

Modules: AddCommit, Branch, Clone, Common, Delta, Diff, GitCore, Ignore, Init, Log, OS, Pull, Push, Repos, Stash, Tags, WsCommon Classes: Error, GitCliException, Global, Repository, Vcs, Workspace

Constant Summary collapse

MIN_GIT_VERSION =

Your code goes here…

"2.22"
VERSION =
"0.13.9"