Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Git Add Files To Repository action allows you to add the file contents of new or modified files to the index for inclusion in the next commit. This action is a wrapper for the git command line. For more information on the use and options for this action see , refer to the git - add command line documentation

...

When adding files/folders, ensure each entry is placed on a new line. The asterisk can be used as a wildcard character, which saves having to manually add enter every file that you want to add.

...

Force - Add files that are otherwise ignored.

Ignore Errorserrors - If an error occurs while indexing a file, ignore the error and continue to add the remainder of the files rather than ceasing on error. This will still result in the action failing.

Refresh - Only refresh the stat information in the index rather than adding the file.

Intent To Addto add - Add the path to the index without actually adding file content.

...