I have a .git repository and when a clone it, its not syncing. When i run "git branch", i'm receiving the branch "master", but that it's not sync when i make changes in the original project folder.
how can i sync the master branch in another directory?
My directory tree:
folder
|_ Project
| |_ .git
|
|_ Another Folder
| |_ Project
| |_ .git
commands that i runed:
PS c:Another Folder>: git clone "c:Project/.git"