https://github.com/denisecase/github-getting-started
Getting started with GitHub
https://github.com/denisecase/github-getting-started
beginner github
Last synced: about 2 months ago
JSON representation
Getting started with GitHub
- Host: GitHub
- URL: https://github.com/denisecase/github-getting-started
- Owner: denisecase
- License: mit
- Created: 2023-01-14T17:07:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T17:17:05.000Z (over 3 years ago)
- Last Synced: 2025-03-25T10:17:43.797Z (over 1 year ago)
- Topics: beginner, github
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-getting-started
Getting started with GitHub
## GitHub
The following definition of GitHub comes from [Kinsta.com](https://kinsta.com/knowledgebase/what-is-github/)
At a high level, GitHub is a website and cloud-based service that helps developers store and manage their code,
as well as track and control changes to their code.
To understand exactly what GitHub is, you need to know two connected principles:
Version control, which helps developers track and manage changes to a software project’s code,
and Git, which is a specific open-source version control system.
Learn more about GitHub in the following video from the GitHub YouTube.
[](https://www.youtube.com/watch?v=w3jLJU7DT5E)
## Get Started
Get started with GitHub by signing up for an account at [GitHub.com](https://github.com/).
After you have an account,
you can use the [Get Started Guide](https://guides.github.com/activities/hello-world/)
that the GitHub team has created to help you understand the platform.
For more information on getting started on GitHub,
view the "Getting Started with GitHub" video below
from the [GitHub Training & Guides](https://www.youtube.com/channel/UCP7RrmoueENv9TZts3HXXtw) Youtube Channel.
[](https://www.youtube.com/watch?v=noZnOSpcjYY)
## Reference
1. Information comes from the
[2023 Microsoft Imagine Cup Resources](https://github.com/microsoft/ImagineCup/blob/main/2-Building-a-Team/3.Team-Collaboration-Tools/README.md)
2. Learn more [at the Imagine Cup Website!](https://imaginecup.microsoft.com/Events)