Тёмный

How to Use GitHub for Beginners 

Hostinger Academy
Подписаться 253 тыс.
Просмотров 32 тыс.
50% 1

Find out the steps on how to use GitHub, a cloud-based service to collaborate on shared projects. Create your website with Hostinger web hosting 👉 bit.ly/3mWKE0G
💥Use discount code HA10 to get 10% OFF!
GitHub is immensely popular, especially for developers to collaborate and update shared projects. Learn how to use GitHub to take advantage of its tools and features. By using GitHub, you can also track the progress of different projects.
____________________________________________
📌 Handy links
Getting started on GitHub:
docs.github.com/en/get-started
Deploying a GitHub repository using hPanel:
support.hostinger.com/en/arti...
What Is GitHub and How to Use It?:
www.hostinger.com/tutorials/w...
____________________________________________
⭐Follow Us⭐
TikTok: / hostingeracademy
Twitter: / hostinger
Facebook: / hostinger
WordPress Explained Group: / wpexplained
Hostinger Tutorials: www.hostinger.com/tutorials
Subscribe to our channel: ru-vid.com...
____________________________________________
🕒 Timestamps
____________________________________________
00:00 - Introduction
00:09 - Introduction to GitHub
01:25 - Getting started with GitHub and exploring different features
03:49 - Connecting GitHub to your Hostinger hosting
05:10 - Outro
____________________________________________
How to use GitHub? Even though this cloud-based service is very popular among developers, non-tech-savvy people can also use GitHub for shared projects. Many open-source projects are hosted on GitHub by various professionals and even companies. In this tutorial, we cover the basics of how to use GitHub.
GitHub hosts a version control system called Git, which helps with collaboration, updating, and tracking.
With this system, multiple developers can work on the same project simultaneously without damaging or delaying their colleagues’ work. Anyone can benefit from using GitHub, as this service makes it easy to track changes and revert any unwanted updates.
GitHub is available for free, so all you need to do is visit their page and create an account. Once you have an account, you’ll learn how to create a GitHub repository, the central hub for your project. You can choose whether to make a public or private repository.
In addition, you can generate a new branch to create a different version of the same repository. The system also helps you implement changes on your project without the fear of messing things up on the main branch. Then, merge the new branch with the main one to implement those changes.
There is also the option to start a pull request, a great collaborating feature on GitHub. When creating a pull request, please give it a name, description, and comparison between the main branch and the pulled one.
🟣 Did you know that there is an option to integrate GitHub with your Hostinger Shared Hosting?
A super handy feature to deploy projects from repositories to your hosting plan. Follow this tutorial to learn how to use GitHub with Hostinger Shared Hosting. Using GitHub with Hostinger Shared Hosting, all updates on your repository will automatically show on your hosting plan.
____________________________________________
▶ Want to see more awesome tutorials like this in the future? Consider subscribing 😁
ru-vid.com...
____________________________________________
Thank you for watching! Let us know in the comments below if you have any questions. Good luck on your online journey. 🚀
#HowtoUseGitHub #GitHub #HostingerAcademy

Опубликовано:

 

31 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 38   
@HostingerAcademy
@HostingerAcademy 2 года назад
Host your website with Hostinger web hosting 👉 bit.ly/3mWKE0G 💥 Use discount code HA10 to get 10% OFF!
@dorian_arno
@dorian_arno 2 года назад
Thank you so much...it's really helpful for the beginners.
@HostingerAcademy
@HostingerAcademy 2 года назад
We're glad that this video can help you understand about this topic ☺️
@LeoClark
@LeoClark 8 месяцев назад
That's great! Thanks!
@WhiteLemon_Official
@WhiteLemon_Official Год назад
Thanks!, this is a friendly beginner guide and deployment platform.
@HostingerAcademy
@HostingerAcademy Год назад
Glad you found this helpful 💜
@_Greenflag_
@_Greenflag_ Год назад
Thanks for video. I've just bought a Web Hosting Service on Hostinger. Is the auto deployment possible with an Angular application ? I mean I've created a folder on public_html, and see that a commit on Github is successfully updated. But an Angular application has to run an ng build before beeing deployed, and the files there are not the files in production. Any idea to solve this ? I don't want to manually update files on the files manager :)
@mrkozak
@mrkozak 11 месяцев назад
Thanks. I'll be forking and tweaking a simple blog web app for test run if this.
@brunnoml
@brunnoml 3 месяца назад
Excelente vídeo, muito bem explicado e ajudou a resolver essa demanda de ter que ficar carregando atualizações em mais de um local, agora basta atualizar no GitHub e pronto👍🏽
@kohelet910
@kohelet910 2 года назад
So i can finally get rid of Filezila 😎 👍 thanks
@HONjramiroz98
@HONjramiroz98 Год назад
How can i make it work with a private repo? Doesnt seem to allow unless the repo is public
@user-lt7vc5di1g
@user-lt7vc5di1g 4 месяца назад
Have you tried adding a public SSH key to the repo?
@yckelvin
@yckelvin Год назад
I use the Business Plan from Hostinger, I setup the Git but not work. I can see there are several push from Recent Deliveries but no file be updated to Hostinger
@HostingerAcademy
@HostingerAcademy Год назад
Hey there, if the steps in this video didn't work, consider checking other methods in the written version of this tutorial: www.hostinger.com/tutorials/what-is-github We hope it helps, but if you have any other questions, please write them here or send us an email at support@hostinger.com 🙏🏻
@ashiqdey
@ashiqdey 2 года назад
I cant find any video related to VPS or cloud hosting to host nodejs/react or next.js
@HostingerAcademy
@HostingerAcademy 2 года назад
Hey Ashiq! We have some tutorials related to Node.js that you can check in these pages: - www.hostinger.com/tutorials/how-to-install-node-ubuntu - www.hostinger.com/tutorials/what-is-npm 🙏🏻
@galeb95std
@galeb95std 8 месяцев назад
Hello :) Thanks for the tutorial. When I deploy the repo, it says "composer.lock file was not found", is there any more to do?
@HostingerAcademy
@HostingerAcademy 8 месяцев назад
Hello 👋 Make sure that the "composer.lock" file is present in your GitHub repository. This file is generated when you run the "composer install" or "composer update" command and is essential for ensuring that the correct versions of dependencies are installed 🙏
@jchukwuezi
@jchukwuezi 2 года назад
Could I use this to host a site built with eleventy and netlify CMS?
@HostingerAcademy
@HostingerAcademy 2 года назад
Hey there, do you mean hosting your website on Github?
@angga.studio
@angga.studio Месяц назад
I am using laravel, and I don't want my repository cloned inside public_html folder, instead to root directory, how to achieve that?
@HostingerAcademy
@HostingerAcademy Месяц назад
Hey there! When using shared or cloud plans, public_html folder is the root directory. However, you can always change your directory when setting up the Github respiratory via hPanel.
@chrisdickson6439
@chrisdickson6439 2 года назад
thanks
@HostingerAcademy
@HostingerAcademy 2 года назад
You're welcome! 💜
@maulibtaur
@maulibtaur Год назад
How to deploy on files directory a parent directory of /public_html.
@HostingerAcademy
@HostingerAcademy Год назад
Hello, Mauli! Our Customer Success Team is ready to advise you! Please follow this link: hpanel.hostinger.com/help and get in touch with us 📩
@christianaspark5277
@christianaspark5277 2 года назад
Hey, can I change the "Install Path"?
@HostingerAcademy
@HostingerAcademy 2 года назад
Hey there, yes you can. You can also leave blank to deploy directly to public_html 😊
@MagosGr
@MagosGr 2 года назад
@@HostingerAcademy what if dont want all my files in public_html ? What ever i do , it either uploads in public_html or creates new folders in public_html
@jeromegallot6667
@jeromegallot6667 Год назад
When you have a repo front and a repo back, it doesn't work :'(
@HostingerAcademy
@HostingerAcademy Год назад
Hi, Jérôme! You can get advice from our Customer Success Team right away! To contact us, please click on this link: hpanel.hostinger.com/help 🚀
@JohnSmith-co1zv
@JohnSmith-co1zv 10 месяцев назад
This didn't really work I used SSH and the files are not sending despite "git push origin master." I tried the method in this video and it was a total absolute failure.
@HostingerAcademy
@HostingerAcademy 10 месяцев назад
Hello! We're sorry to hear that you've encountered such difficulties. Drop us a message at support@hostinger.com, and we'll check what we could do to help you out!
@riverpacking9438
@riverpacking9438 Год назад
What is the difference between your behavior and liars?
@elpablitorodriguezharrera
@elpablitorodriguezharrera 8 месяцев назад
Your father.
@riverpacking9438
@riverpacking9438 8 месяцев назад
FYM@@elpablitorodriguezharrera
@MrMRgewoonrobin
@MrMRgewoonrobin Год назад
a bit uselesss, a project exist out of multiple things, documentations for example this is pushing you to deploy everthing, what you not really want
@HostingerAcademy
@HostingerAcademy Год назад
Hey there, consider checking the written version of this tutorial for more detailed information: www.hostinger.com/tutorials/what-is-github 🙏🏻
Далее
How to Host a Website: Beginner Web Hosting Guide
11:03
Ouch.. 🤕
00:30
Просмотров 8 млн
Викторина от МАМЫ 🆘 | WICSUR #shorts
00:58
Deploy Laravel Applications to Hostinger Cloud Hosting
20:36
How to Use GitHub
13:04
Просмотров 378 тыс.
How to use GitHub with Unity
7:27
Просмотров 683 тыс.
How to use GitHub Desktop: The easy tutorial(Part1)
18:02
How to Host a Website On Github Pages
6:57
Просмотров 446 тыс.
Ouch.. 🤕
00:30
Просмотров 8 млн