Git add/change/delete push/pull workflow

Git add/change/delete push/pull workflow

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

  • 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 Create a Component and Edit a Component for more details.

  • Work with a component

    • Changes in main()

      • Make a comment and commit

        • Confirmed the file is showing in the repo

  • Add a comment in main()

  • Commit and push the change

  • Confirm the change is showing in the repo

  • Add a file or files

  • Commit and push the change

  • Confirm the change is showing in the repo

  • Add a directory or directories

  • Add a file in each directory

  • Commit and push the changes

  • Confirm the change is showing in the repo

  • Rename a file or files

  • Rename a directory or directories

  • Commit and push the changes

  • Confirm the changes are showing in the repo

  • Drag a file from one directory to another

  • Copy and Paste a file using the menu