Nelson Gonzalez
Nelson Gonzalez

Reputation: 1

Do you have to use Github desktop to push files to Github.com?

I am new to web development and it seems like an extra step to have to use a text editor, then transfer files to Github desktop, then to GitHub. Is there a more efficient way to push your content to Github. Also, I am new to stack overflow and I'm excited to be here.

Thank you.

Upvotes: 0

Views: 64

Answers (1)

Andy Lester
Andy Lester

Reputation: 93795

No, you don't have to use Github Desktop. Github is just a service that hosts Git repositories. Git is a version control system and there are zillions of tutorials out on the web that can help get you going learning how to use it.

Upvotes: 1

Related Questions