Here are a few pictures to take you through git workflow:

1. Local project submission process to local warehouse

Basic information Settings

git config --global user.name 'Username'
git config --global user.name 'email'
Copy the code

Initialize the warehouse

git init
Copy the code

2. Local project submission process to remote warehouse


Recommended detailed operation blog address: blog.csdn.net/Lucky_LXG/a…

Recommended git command blog address :blog.csdn.net/Ln_ZooFa/ar…