Skip to content
View taowei1972's full-sized avatar

Block or report taowei1972

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
taowei1972/README.md

Introduction to GitHub

Get started using GitHub in less than an hour.

Step 1: Create a branch

Welcome to "Introduction to GitHub"! 👋

What is GitHub?: GitHub is a collaboration platform that uses Git for versioning. GitHub is a popular place to share and contribute to open-source software.
📺 Video: What is GitHub?

What is a repository?: A repository is a project containing files and folders. A repository tracks versions of files and folders. For more information, see "About repositories" from GitHub Docs.

What is a branch?: A branch is a parallel version of your repository. By default, your repository has one branch named main and it is considered to be the definitive branch. Creating additional branches allows you to copy the main branch of your repository and safely make any changes without disrupting the main project. Many people use branches to work on specific features without affecting any other parts of the project.

Branches allow you to separate your work from the main branch. In other words, everyone's work is safe while you contribute. For more information, see "About branches".

What is a profile README?: A profile README is essentially an "About me" section on your GitHub profile where you can share information about yourself with the community on GitHub.com. GitHub shows your profile README at the top of your profile page. For more information, see "Managing your profile README".

profile-readme-example

⌨️ Activity: Your first branch

  1. Open a new browser tab and navigate to your newly made repository. Then, work on the steps in your second tab while you read the instructions in this tab.

  2. Navigate to the < > Code tab in the header menu of your repository.

    code-tab

  3. Click on the main branch drop-down.

    main-branch-dropdown

  4. In the field, name your branch my-first-branch. In this case, the name must be my-first-branch to trigger the course workflow.

  5. Click Create branch: my-first-branch to create your branch.

    create-branch-button

    The branch will automatically switch to the one you have just created. The main branch drop-down bar will reflect your new branch and display the new branch name.

  6. Wait about 20 seconds then refresh this page (the one you're following instructions from). GitHub Actions will automatically update to the next step.


Get help: Post in our discussion boardReview the GitHub status page

© 2023 GitHub • Code of ConductMIT License

Popular repositories Loading

  1. Taowei1972 Taowei1972 Public

    My clone repository

  2. m3u m3u Public

    Forked from YanG-1989/m3u

    直播源

  3. IPTV IPTV Public

    Forked from kimcrowing/IPTV

    IPTV直播源

  4. gao gao Public

    Forked from gaotianliuyun/gao

    FongMi影视和tvbox配置文件,如果喜欢,请Fork自用。使用前请仔细阅读仓库说明,一旦使用将被视为你已了解。

    JavaScript

  5. tvbox tvbox Public

    Forked from qist/tvbox

    OK影视、tvbox配置文件,如果喜欢,请Fork自用。使用前请仔细阅读仓库说明,一旦使用将被视为你已了解。

    JavaScript