8
8

More than 5 years have passed since last update.

変更したファイルは全部テストorチェックにかける(git add、commit、push前に)

Last updated at Posted at 2012-11-25

変更or追加したけど、git addしていないファイルたち

prove `git ls-files --modified --others --exclude-standard`

addしたファイルたち

prove `git diff --cached --name-only`

push準備完了の差分たち

prove `git diff --name-only origin/master...HEAD`

※ origin/masterはpush先のリモートブランチにあわせて変更してください。
※ proveはご利用の言語やツールに合わせてお好きなコマンドに変更してください。

8
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
8