gulp.task("git:check:modified", cb => {
  return git.exec(
    {
      args: "ls-files --modified --exclude-standard"
    },