Git Workflow summary steps:1. Checkout to main branch2. Create a new feature branch3. (Optional) Add a branch through GitHub UI4. Check current branches5. Check status of changes6. Add all changes... (More steps are present)Docker commands summary steps:1. Check Docker version2. Create a Dockerfile in your project3. Build Docker image4. List Docker images5. Push Docker image to DockerHub6. Open Docker Desktop to view images and containers... (More steps are present)