GitHub User Manual

1. The main functions provided by GitHub

1. Git repository

2. Issue: The function of assigning a task or issue to an Issue for tracking and management. Can be used like a bug management system or TiDD's Ticket. Each functional change or correction corresponds to an Issue.

3. Wiki: An article can be changed and saved at any time, so multiple people can work together to complete an article.

4. Pull Request: After developers push changes or add functions to GitHub's warehouse, they can apply to other people's warehouses through the Pull Request function to request the other party to merge. After the Pull Request is issued, the manager of the target repository can view the content of the Pull Request and the code changes contained in it.

2. What is version management

Versioning is managing the history of updates.

Centralized: Represented by SVN, there is only one warehouse.

Decentralized: Represented by Git, GitHub will fork the warehouse to each user. Fork is to copy a specific warehouse of GitHub to his own account. The warehouse from fork is different from the original warehouse, and developers can edit it at will . Since there is a repository in the local development environment, development can be performed without connecting to a remote repository.

3. Add the public key

id_rsa: private key, id_rsa.pub: public key

Fourth, create a warehouse

5. Markdown syntax

Six, clone has warehouse

git clone [email protected]:songwb/Hello-World.git

 

 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325976884&siteId=291194637