Zet - How do I clone with git into the current directory?
How do I clone with git into the current directory?
Use the . as the path after the url.
eg.
git clone <repository-url> .
#git
Use the . as the path after the url.
eg.
git clone <repository-url> .
#git