Sha256: 12eee3e2504da5db5c11769b6a76c1107ec6ba059ddba4d934883addd97ede7d
Contents?: true
Size: 652 Bytes
Versions: 5
Compression:
Stored size: 652 Bytes
Contents
# coding: utf-8 [ [ "ブランチをリストする", "git branch" ], [ "ブランチのリストを表示する", "git branch" ], [ "「(#{branches.join('|')})」ブランチを削除する", 'git branch -d #{$1}' ], [ "「(#{params.join('|')})」ブランチを作成する", 'git branch #{$1}' ], ] + if params.length > 0 [ [ "「(#{params.join('|')})」という名前の新しいブランチを作成する", 'git branch #{$1}' ], [ "新しいブランチを「(#{params.join('|')})」という名前で作成する", 'git branch #{$1}' ] ] else [] end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
githelp-0.1.4 | data/branch.rb |
githelp-0.1.3 | data/branch.rb |
githelp-0.1.2 | data/branch.rb |
githelp-0.1.1 | data/branch.rb |
githelp-0.1.0 | data/branch.rb |