Sha256: afb97eb5652d816267ff3732e7e3107b97cf2c1c5efceae53d2525f7142db4db
Contents?: true
Size: 692 Bytes
Versions: 1
Compression:
Stored size: 692 Bytes
Contents
# coding: utf-8 [ [ "「(#{branches.join('|')})」ブランチの最新状態に移動する", 'git checkout #{$1} ' ], [ "最新の状態に戻す", 'git checkout #{branch}' ], [ "(#{numbers.join('|')})分前の状態に一時的に戻す", 'git checkout "@{#{$1} minutes ago}"' ], [ "(#{numbers.join('|')})時間前の状態に一時的に戻す", 'git checkout "@{#{$1} hours ago}"' ], [ "(#{numbers.join('|')})日前の状態に一時的に戻す", 'git checkout "@{#{$1} days ago}"' ], [ "(#{files.join('|')})が追加されたコミットに一時的に戻す", 'githelp-fileadded #{$1} | xargs git checkout' ], ]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
githelp-0.1.4 | data/checkout.rb |