I followed ths instructions on this answer. But it still downloaded the whole repository ( the fourth line of the bellow code)
mkdir directoryName
cd directoryName
git init
git remote add origin -f repoUrl
What did I miss?
I followed ths instructions on this answer. But it still downloaded the whole repository ( the fourth line of the bellow code)
mkdir directoryName
cd directoryName
git init
git remote add origin -f repoUrl
What did I miss?