Sha256: 1d10e2733b1334188c0c2a44018b8adca9a045a1aa3ebf85804470f2d462745b
Contents?: true
Size: 1.1 KB
Versions: 3
Compression:
Stored size: 1.1 KB
Contents
module Git module Multi PIM = <<~"PIM".freeze The only required setting for \033[1mgit multi\33[0m is: \tgit config --global --add \033[1mgithub.token\033[0m <your_github_oauth_token> The following settings for \033[1mgit multi\33[0m are optional, and take 0, 1 or more values: \tgit config --global --add \033[1mgit.multi.users\033[0m <list_of_github_users> \tgit config --global --add \033[1mgit.multi.organizations\033[0m <list_of_github_orgs> 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> You can specify a list of user or organization repositories to ignore: \tgit config --global --add \033[1mgit.multi.exclude\033[0m <org_name>/<repo_name> \tgit config --global --add \033[1mgit.multi.exclude\033[0m <user_name>/<repo_name> (can be used multiple times to exclude multiple user or organization repositories) Thanks for using \033[1mgit multi\033[0m ... the ultimate multi-repo utility for git! PIM end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
git-multi-8.0.1 | lib/git/multi/gemspec.rb |
git-multi-8.0.0 | lib/git/multi/gemspec.rb |
git-multi-7.0.0 | lib/git/multi/gemspec.rb |