makeporngreatagain.pro
yeahporn.top
hd xxx

Git Clone Operations

498

We have a bare repository on the Git server and Tom also pushed his first version. Now, Jerry can view his changes. The Clone operation creates an instance of the remote repository.

  1. Jerry creates a new directory in his home directory and performs the clone operation.
    mkdir jerry_repo
    cd jerry_repo/
    git clone gituser@public-ip:project.git
  2. The above command will produce the following result.
    Initialized empty Git repository in /home/jerry/jerry_repo/project/.git/
    remote: Counting objects: 3, done.
    Receiving objects: 100% (3/3), 241 bytes, done.
    remote: Total 3 (delta 0), reused 0 (delta 0)
  3. Jerry changes the directory to new local repository and lists its directory contents.
    cd project/
    
    ls

 

Leave A Reply

Your email address will not be published.

baseofporn.com https://www.opoptube.com
Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.