i try to make a new repository of my git's branch and the command that i used worked correctly but i can't see my files in my local
i use:
git clone ssh://example@4234/path.git/
to make a repository of my git branches in my local, but i can't see the files of this branch. i know all the git command work correctly because i have this massage in git bash:
Everything up-to-date
do you know what is my problem and how can i fix it??