Sha256: bd7ac55575e7374a5e7aa07075835e76e0bb13c4af7944553308a1ae177fb925

Contents?: true

Size: 383 Bytes

Versions: 5

Compression:

Stored size: 383 Bytes

Contents

# coding: utf-8
[
  [
    "(Gitで?)管理されているファイルを(表示する|見る|リストする)",
    'git ls-files'
  ],
  [
    "(Gitで?)管理されているファイルのリストを(表示する|見る)",
    'git ls-files'
  ],
  [
    "(Gitで?)管理されているファイルの(大きさ|サイズ)をリストする",
    'git ls-files | xargs wc'
  ],
]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
githelp-0.1.4 data/ls-files.rb
githelp-0.1.3 data/ls-files.rb
githelp-0.1.2 data/ls-files.rb
githelp-0.1.1 data/ls-files.rb
githelp-0.1.0 data/ls-files.rb