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, 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.

...