Skip to content

wwwwwalter/speak-English

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speak English

github-watchers github-stars github-forks

Author: 👦Albert 📧 [email protected], C/C++ software engineer.

👧Elena 📧 [email protected], Electronic communication engineer

NOTE: We should speak each sentence carefully, accurately, and skillfully!

Let's speak English.

💓 Welcome to contribute your wisdom to the repository.

Some software you might use

Alt


Step 1: GIt configuration

copy help document/Git/.gitconfig file to your home folder, like C:/Users/gzyit. This configuration file contains your identity and email address, as well as the configuration of some other functions. All Git clients will automatically search for this configuration file on your system. If the file is not found, they generate a new configuration file, which is not expected.

Don't forget to change your name and email address to your own.

image-20220525051015454

Step 2: ssh configuration

If you don't want to manually enter the account name and password every time you submit a code, you're better off generating an SSH key pair locally.

open git-shell
$ ssh-keygen

Running this command on a terminal will generate a .ssh directory with a pair of passwords in your user directory. The pub is the public key, and the other private key should be protected. Then copy the public key into your GitHub SSH manager.

Snipaste_2022-05-25_05-21-21

Step 3: Git commit format

In order to quickly see what was committed, we agreed to write the commit log in the following format.

new file: + filename
edit file: * filename
delete file: - filename

We should speak each sentence carefully, accurately, and skillfully!