search

Home  >  Q&A  >  body text

How to use git clone local clone?

It is to transfer the code from one folder to another.

迷茫迷茫2891 days ago619

reply all(3)I'll reply

  • 大家讲道理

    大家讲道理2017-05-02 09:37:03

    git mvTo move a file or directory or change its name, you will be asked to enter the target file or directory.

    reply
    0
  • PHPz

    PHPz2017-05-02 09:37:03

    git clone <path> [anotherName]

    reply
    0
  • 仅有的幸福

    仅有的幸福2017-05-02 09:37:03

    git clone This command is used when downloading the source code from the server to the local computer.
    If you want to migrate folders, you should use the following command:

    git mv

    reply
    0
  • Cancelreply