# 変更されたファイルのみを扱う > git diff --name-only --diff-filter=ACMR origin/develop | echo fatal: ambiguous argument 'origin/develop': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' ローカルでは起きなくて、Travis CIのみで起きるのはそもそもTravis CIはデフォルトでリポジトリを shallow cloneしているからです。 https://travis-ci.org/jser/jser.github.io/bui
