Linux CentOS server installation Git environment -- [source code version]

Introduction: Linux CentOS server installation Git environment

Git introduction
is a version management tool, its role is to allow you to better manage your program, for example, the content you submitted originally, although it has been modified in the future, but through the tool of git, you can put your original Commits are recreated so that you can revert some erroneous changes that you realize later

Code repository based on git protocol

  • github The world's largest same-sex dating community
  • gitee Open Source China
  • gitlab is an open source git warehouse platform, which is built on the basis of Alibaba and other big companies
  • codeup Free git repository on Alibaba Cloud

gitee warehouse address
https://gitee.com/

One-click installation of linux Centos server

yum -y install git

insert image description here

Test whether the installed git can clone the code on the warehouse.
insert image description here
Clone the code on the warehouse normally
insert image description here

Guess you like

Origin blog.csdn.net/qq_44316726/article/details/122637212