Sha256: 4c5182c398aa6c763c5ad32bc86990abd8ffce4e795efba0e42941d0ddf51d66
Contents?: true
Size: 661 Bytes
Versions: 5
Compression:
Stored size: 661 Bytes
Contents
# coding: utf-8 if params.length > 0 [ [ "現在使われているタグを(リスト|表示)する", 'git tag' ], [ "現在のコミットIDに「(#{params.join('|')})」というタグを関連付けする", 'git tag #{$1}' ], [ "「(#{params.join('|')})」というタグを現在のコミットIDに関連付けする", 'git tag #{$1}' ], [ "「(#{tags.join('|')})」というタグを(削除する|消す)", 'git tag -d #{$1}' ], [ "「(#{tags.join('|')})」というタグのついたコミットを表示する", 'git show #{$1}' ], ] else nil end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
githelp-0.1.4 | data/tag.rb |
githelp-0.1.3 | data/tag.rb |
githelp-0.1.2 | data/tag.rb |
githelp-0.1.1 | data/tag.rb |
githelp-0.1.0 | data/tag.rb |