Git clone

When the clone command is executed, the internal process order would be as follows:

  1. Create the destination directory if it does not exist and execute git init on it.
  2. Set up remote tracking branches in the destination repository for each branch present in the source repository (git remote).
  3. Fetch the objects, refs (inside the .git directory).
  4. Finally do a checkout.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.17.184.90