How can I create a local repository and then create another local repository by cloning the first one?
I would like to do it for experimentation with git pull and git push.
How can I create a local repository and then create another local repository by cloning the first one?
I would like to do it for experimentation with git pull and git push.
Just put path to repo you want to clone
git clone /home/my_user/my_project