The next step is to create a new database locally, creating an empty directory called "shxt_test" and putting it under git management.
Create the Shxt_test directory in any place first. To put the Shxt_test directory under Git management, right-click and select from the menu
"git Create a repository here."
The following screen is then displayed. do not tick ' make a version library ', please click ' OK ' directly.
Please continue by default, click OK to!!!!
If the database is created successfully, the following screen is displayed. Please click OK to close the window.
The diagram for the Shxt_test directory is shown below. If the diagram does not change, close the explorer and reopen it!
or keep refreshing!
This is the equivalent of our own set up a good database, wow click! Let's store the data here!
/*************************** Split Line ***************************************/
The first step: Create a new file in the Shxt_test directory, and then add the file to the database.
A. Create a new text file named "sample.txt" in the Shxt_test directory, enter the following in the file:
Don't forget to save!
Second step: Open the Shxt_test directory, right-click any blank Space , and then choose ' git submit ' from the right-click menu!
After displaying the following screen, click the sample.txt in the ' Change list ', then enter the submission information in the Log information box, and then tap the ' OK ' button.
Standard notes for Git: Line 1th: Submit a summary of the changes Line 2nd: Blank line After line 3rd: Reasons for the change |
The following progress bar screen is displayed. If the display is successful, please click the ' Close ' button to finish the screen.
Select Tortoisegit > Show logs from the right-click menu. You will see that the submission has been added to the history record. We have successfully submitted the document!
Whoa, click!!! is actually the equivalent of a new database operation
Fourth article new Local database