IDEA GIT plugin uses

surroundings:

Github as a warehouse.

IDEA version IntelliJ IDEA 2019.2.3

GIT version git version 2.23.0

Noun Description:

VCS: Version Control System

stash: storage

shevel: Staging

Operating Guide:

1. Download the code from warehouse

first step:

image

Step two: Enter the address of the warehouse project, and then click the Test button, pop-up boxes, pay attention to configure the public and private key, and click the Clone button to clone a remote repository locally.

image

image

Since this is just a simple project, so you can choose the first item.

image

image

image

Until the final finish.

image



2. Overview Project Status

For the version of the project, I used to open the Version Control view.

imageimage

(Currently only two VersionControl view Tab tab, a local modification case is submitted to a journal)



3. The color-coded file

Red: The file identification untracked file that is not placed in the temporary area. Such as: UnTrackedFile

image

(When you add a new file, you will be prompted whether you need to file into the staging area)

Green: identifies the file has been placed in temporary storage area, but did not submit. Such as: TrackedFile file

image

Gray: identifies the file has been submitted and the content has not been modified. Such as: commiedFile

image

Blue: identified file submitted was modified.

image

Red: You can also identify conflicting files

image

Guess you like

Origin www.cnblogs.com/springmonkey/p/12237871.html