The DevOps team established a new Git repository last week, which remains unused at present. However, the Nautilus application development team now requires a copy of this repository on the Storage Server in the Stratos DC. Follow the provided details to clone the repository
/opt/games.git/usr/src/kodekloudrepos directory. Ensure no modifications are made to the repository during the cloning process.Login into Storage server and run the following commands
cd /usr/src/kodekloudrepos
sudo git clone /opt/games.git
git clone https://github.com/user/repo.gitgit clone git@github.com:user/repo.gitgit clone git://server/repo.git--depth 1 (only latest commit)--branch branch-name--bare (no working directory)--mirror (exact copy including refs)