Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende What is GitHub? | Getting Social: Introduction to GitHub
Git and GitHub for Absolute Dummies

bookWhat is GitHub?

Imagine you have a scrapbook where you collect all your favorite photos and drawings. You might want to show this scrapbook to your friends, or even let them add their own pictures. GitHub is a website that works a lot like a public scrapbook, but instead of photos, you store your code and projects. When you put your project on GitHub, you can easily share it with others, show off your work, and even invite people to help you make it better. It’s a place where your code lives online, safe and easy to find.

# To connect your local project to a GitHub repository, use:
git remote add origin https://github.com/your-username/your-repo.git

When you connect your project to GitHub, it’s like linking your personal photo album to the internet so anyone you choose can see it. First, you tell git where your online album (the GitHub repository) is located using a special address. This step is important because it sets up a direct line between your computer and the online scrapbook, making it possible to send your work to GitHub for others to see.

# To upload your project to GitHub for the first time, use:
git push -u origin main

1. What is GitHub most like?

2. Why connect your project to GitHub?

question mark

What is GitHub most like?

Select the correct answer

question mark

Why connect your project to GitHub?

Select the correct answer

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 3. Capítulo 1

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

Suggested prompts:

What does the `git remote add origin` command do?

How do I create a new repository on GitHub?

Can you explain what the `-u` flag does in `git push -u origin main`?

bookWhat is GitHub?

Desliza para mostrar el menú

Imagine you have a scrapbook where you collect all your favorite photos and drawings. You might want to show this scrapbook to your friends, or even let them add their own pictures. GitHub is a website that works a lot like a public scrapbook, but instead of photos, you store your code and projects. When you put your project on GitHub, you can easily share it with others, show off your work, and even invite people to help you make it better. It’s a place where your code lives online, safe and easy to find.

# To connect your local project to a GitHub repository, use:
git remote add origin https://github.com/your-username/your-repo.git

When you connect your project to GitHub, it’s like linking your personal photo album to the internet so anyone you choose can see it. First, you tell git where your online album (the GitHub repository) is located using a special address. This step is important because it sets up a direct line between your computer and the online scrapbook, making it possible to send your work to GitHub for others to see.

# To upload your project to GitHub for the first time, use:
git push -u origin main

1. What is GitHub most like?

2. Why connect your project to GitHub?

question mark

What is GitHub most like?

Select the correct answer

question mark

Why connect your project to GitHub?

Select the correct answer

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 3. Capítulo 1
some-alt