What is the outcome of executing this command? git clone ssh:/[email protected]/path/to/my-project.git
Posted: Fri Jul 22, 2022 2:52 pm
What is the outcome of executing this command?
git clone ssh:/[email protected]/path/to/my-project.git
A. creates a local copy of a repository called ג€my-projectג€
B. initiates a new Git repository called ג€my-projectג€
C. creates a copy of a branch called ג€my-projectג€
D. creates a new branch called ג€my-projectג€
git clone ssh:/[email protected]/path/to/my-project.git
A. creates a local copy of a repository called ג€my-projectג€
B. initiates a new Git repository called ג€my-projectג€
C. creates a copy of a branch called ג€my-projectג€
D. creates a new branch called ג€my-projectג€