Sha256: fe358aa55318218aeeaf729d1c2ad57ec74d7b5078f79ff9d514b78f45e7f229
Contents?: true
Size: 984 Bytes
Versions: 1
Compression:
Stored size: 984 Bytes
Contents
require 'octokit' require 'sawyer' require 'psych' module Git module Multi NAME = 'git-multi' VERSION = '1.0.3' LONG_VERSION = "%s v%s (%s v%s, %s v%s, %s v%s)" % [ NAME, VERSION, 'octokit.rb', Octokit::VERSION, 'sawyer', Sawyer::VERSION, 'psych', Psych::VERSION, ] PIM = <<~"EOPIM" # gem post_install_message The required settings for \033[1mgit multi\33[0m are as follows: \tgit config --global --add \033[1mgithub.user\033[0m <your_github_username> \tgit config --global --add \033[1mgithub.organizations\033[0m <your_github_orgs> \tgit config --global --add \033[1mgithub.token\033[0m <your_github_oauth_token> Unless your top-level workarea is `${HOME}/Workarea` you should also set: \tgit config --global --add \033[1mgit.multi.workarea\033[0m <your_root_workarea> Thanks for using \033[1mgit multi\033[0m ... the ultimate multi-repo utility for git! EOPIM end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git-multi-1.0.3 | lib/git/multi/version.rb |