Git can be found directly in the Start menu after downloading the installation from the Internet.
Open to see something like a command window
User name and mailbox settings in code
I don't know why, but the tutorial told me to.
(ˇ?ˇ)
And then it seems to work.
Go to Folder
Enter the corresponding command to create the corresponding repository
You can then add the files under the current directory to this repository via the git add, git commit command.
There are various other functions of the instructions to complete the functions, more than lazy demo
Here are the detailed instructions http://www.admin10000.com/document/5374.html
Then there is the function of the GIT Remote repository (network disk?). ╮(╯▽╰)╭)
Start by registering your GitHub account and setting up SSH Key creation
Enter command interface to create command
You can then see the secret key and the public key file in the file, indicating that the creation succeeded
Then add your SSH key on the GitHub website
You can also use commands in the Command window to copy the public key directly to the Clipboard
You can then connect to one of the repository in GitHub
However my network aunt, unable to connect to the website
So the final experience is that the gitbash of trouble, used only 13.
I didn't upload it until I handed in my homework.
Link Https://github.com/Hello-worId/HelloWorld
Git's experience with code management