DeCo-FiTo-PiiN

所属分类:特征抽取
开发工具:Others
文件大小:0KB
下载次数:0
上传日期:2024-04-08 16:17:39
上 传 者sh-1993
说明:  去中心化企业金融代币化物理基础设施集成网络
(Decentralized Corporate Financial Tokenization Physical Infrastructure Integration Network)

文件列表:
images/
LICENSE

# Introduction to GitHub _Get started using GitHub in less than an hour._
## Step 1: Create a branch _Welcome to "Introduction to GitHub"! :wave:_ **What is GitHub?**: GitHub is a collaboration platform that uses _[Git](https://docs.github.com/get-started/quickstart/github-glossary#git)_ for versioning. GitHub is a popular place to share and contribute to [open-source](https://docs.github.com/get-started/quickstart/github-glossary#open-source) software.
:tv: [Video: What is GitHub?](https://www.youtube.com/watch?v=pBy1zgt0XPc) **What is a repository?**: A _[repository](https://docs.github.com/get-started/quickstart/github-glossary#repository)_ is a project containing files and folders. A repository tracks versions of files and folders. For more information, see "[About repositories](https://docs.github.com/en/repositories/creating-and-managing-repositories/about-repositories)" from GitHub Docs. **What is a branch?**: A _[branch](https://docs.github.com/en/get-started/quickstart/github-glossary#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](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches)". **What is a profile README?**: A _[profile README](https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-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](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme)". ![profile-readme-example](/images/profile-readme-example.png) ### :keyboard: 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](/images/code-tab.png) 3. Click on the **main** branch drop-down. ![main-branch-dropdown](/images/main-branch-dropdown.png) 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](/images/create-branch-button.png) 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](https://docs.github.com/en/actions) will automatically update to the next step.
--- Get help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/introduction-to-github) • [Review the GitHub status page](https://www.githubstatus.com/) © 2024 GitHub • [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • [MIT License](https://gh.io/mit)

近期下载者

相关文件


收藏者