We have a web application source code in a git repository , we need to download the code from git repository using git clone and in next steps we upload this code to CodeCommit repository for Implementing CICD for this project |
Step -1 > Github Repository : visit the github repository using below link and copy the HTTPS clone link at github repository
📋 | https://github.com/SagarFive/explore-world-bootstrap-website.git |
Step-2 > Open Git Bash, Change your working directory to Desktop and Clone the project using the previously copied link
📋 | cd Desktop/ |
📋 | git clone https://github.com/SagarFive/explore-world-bootstrap-website.git |