Git add/change/delete push/pull workflow

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

  • 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