I have a git repository on remote server called test
, with files hello.py
and test.py
.
And I have a local folder called workspace
with file named goodbye.py
.
Can I make the local folder workspace
to be the repository(test
) directly?
I mean under workspace
, there are hello.py
and test.py
and goodbye.py
.
I want to ask this because if there are 3 members, they write code separately in their folders, and now we have to use git to control, so how to make the local folder to clone git repository directly?