资讯

To get started with Git, you need a git repository. This quick tutorial will show you how to use "git init" to quickly create a git repo on your local machine.
First, you need to connect to a remote repository. There are multiple ways to do it, but one of the popular remote Git providers, Github, deprecated HTTPS connections with username and password.
Only the git init command has the power to create a new Git repository. This simple version control tutorial shows you how to use the git init command.