dit code and environmental structures cloud managed code +

Git to see if the installation was successful

  git version View version

Installed on a virtual machine

  sudo apt-get install git

Git init to create a local library

Configuring Personal Information

So git reflog View Record

vim twice to save and exit the input box esc: wq

git checkout file name fallback

git rm file name (can be rolled back) to delete the file

rm filename physical delete can not be undone

 

Create a public command: ssh-keygen

Cat id_rsa.pub public key command to copy the code cloud platform

Project re-created from code to cloud platform clone a virtual machine

git clone clone URL

 

Guess you like

Origin www.cnblogs.com/wdty/p/11008798.html