I have directory A with files matching directory B. Directory A may have other needed files. Directory B is a git repo.
I want to clone directory B to directory A bu
this is work for me ,but you should merge remote repository files to the local files:
git init git remote add origin url-to-git git branch --set-upstream-to=origin/master master git fetch git status