Versions Compared

Key

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

This workflow is designed to exercise all the GIT functionality for a component

...

Expand
titleSTEP 1: Create a component with a new repository
  • Create a component from the dashboard

    • Create a repository for the component

      • Double click the new component name to open

      • Use Customize to change the repository – does it work

        • Remove upstream

        • Click [Setup] to create a new repository

      • Alternatively create as editable

        • Click [Set Up] to create a new repository

  • See STEP 1: How do I edit a template component for more details on creating a component

Expand
titleSTEP 2: Make an initial commit and inspect the repository
  • Work with a component

    • Changes in main()

      • Make a comment and commit – this worked

        • Confirmed the file is showing in the repo

...

  • file & dir names are not case sensitive so cannot rename Test to test

  • If you move the last file out of a dir the empty dir will be deleted = bug imho

  • Add empty directories but there is no change to commit – does not commit empty dir