Skip to content

no changes detected when files are only added #153

@BalzGuenat

Description

@BalzGuenat

git diff is used to determine whether there are any changes. git diff is empty if only new, untracked files are added. This halts the migration process and asks the user for input.

I suggest one of the following solutions:

  1. Use git status instead of git diff.
  2. Use git add -A, then git diff --cached, i.e. stage earlier.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions