How to used Git Clone with Folder Name?

Mar 30, 2022 . Admin

Today, I will show you laravel - git clone with folder name example. This article is simply explains the new application clone with folder name. This example show you a git clone with a folder name. In this post clone with folder name git command. I will so you laravel git command folder name.

So, let's start following example:

Syntax:
git clone git@github.com:{username}/{projectr-epo}.git folder_name
Example:
git clone git@github.com:myuser/demo.git laravelv9

I hope it can help you...

#Git