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 for versioning. GitHub is a popular place to share and contribute to open-source software.
:tv: 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”.
:keyboard: Activity: Your first branch
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.
Navigate to the < > Code tab in the header menu of your repository.
Click on the main branch drop-down.
In the field, name your branch
my-first-branch
. In this case, the name must bemy-first-branch
to trigger the course workflow.Click Create branch: my-first-branch to create your branch.
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.
Wait about 20 seconds then refresh this page (the one you’re following instructions from). GitHub Actions will automatically update to the next step.
Introduction to GitHub
Project Details
- jinnersun/skills-introduction-to-github
- MIT License
- Last Updated: 12/14/2024
Recomended MCP Servers
A copilot App for ZiWei App
A MCP server for ClickHouse
An MCP server for deep git repository investigation and analysis. Provides detailed insights into repository history, branch relationships,...
本项目是一个钉钉MCP(Message Connector Protocol)服务,提供了与钉钉企业应用交互的API接口。项目基于Go语言开发,支持员工信息查询和消息发送等功能。
PubMed MCP Server for accessing research papers
A MCP for searching and downloading academic papers from multiple sources like arXiv, PubMed, bioRxiv, etc.
Claude Code as one-shot MCP server to have an agent in your agent.
**Notion MCP Server** is a Model Context Protocol (MCP) server implementation that enables AI assistants to interact with...
The OpenAPI-MCP proxy translates OpenAPI specs into MCP tools, enabling AI agents to access external APIs without custom...
Ethereum Tools for Claude - A comprehensive blockchain analysis toolkit that enables Claude AI to audit smart contracts,...
Example mcp server in typescript