radudiaconu0 / laravel-9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

The repository for the assignment is public and Github does not allow the creation of private forks for public repositories.

The correct way of creating a private fork by duplicating the repo is documented here.

For this assignment the commands are:

Create a bare clone of the repository.

git clone --bare git@github.com:autoklose/laravel-9.git Create a new private repository on Github and name it laravel-9.

Mirror-push your bare clone to your new repository.

Replace <your_username> with your actual Github username in the url below.

cd laravel-9.git git push --mirror git@github.com:<your_username>/laravel-9.git Remove the temporary local repository you created in step 1.

cd .. rm -rf laravel-9.git You can now clone your laravel-9 repository on your machine (in my case in the code folder).

cd ~/code git clone git@github.com:<your_username>/laravel-9.git

About


Languages

Language:PHP 72.0%Language:Blade 18.7%Language:Dockerfile 8.0%Language:Shell 0.9%Language:JavaScript 0.4%