Table of Contents

How to bring from Git remote repository to local environment



Method 1

$ git clone https://example.com/repository/example.git
$ ls
example


Method 2

$ git clone https://example.com/repository/example.git test
$ ls
test








Git - How to use Git.