git clone through ssh

后端 未结 10 2136
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-12 08:47

I have a project on which I created a git repository:

$ cd myproject  
$ git init  
$ git add .  
$ git commit  

I the wanted to create a b

10条回答
  •  旧时难觅i
    2020-12-12 09:12

    Upfront, I am a bit lacking in my GIT skills.

    That is going to clone a bare repository on your machine, which only contains the folders within .git which is a hidden directory. execute ls -al and you should see .git or cd .git inside your repository.

    Can you add a description of your intent so that someone with more GIT skills can help? What is it you really want to do not how you plan on doing it?

提交回复
热议问题