GitHub forks, git branch and remotes explained

preview_player
Показать описание
GitHub is a social coding platform, but it is not just used for code anymore, it has tests, documentation, blogs, recipes, legal documents and more! I this video you will learn how to contribute to open source correctly.

We will learrn about:
- github fork
- git branch
- git remote
and more...

## LEARN MORE

Also join our community GitHub organisation by creating an issue with the type "invite me to the organisation" :)

I now have a 2nd YouTube channel for short video clips of 60s or less, subscribe ...

## SERVICES I USE AND RECOMMEND

Some of these might be affiliate links, no extra cost you to, but I get a little $ if you sign up, plus you might get a discount too

## COMMUNITY SPONSORS

A BIG thank you to my GitHub Sponsors:
***
***

## FIND ME ON OTHER SOCIAL PLATFORMS

Don’t forget to support my channel by subscribing below, it’s free, and also share with your friends. Subscribe now!!

Follow on other socials for behind the scenes footage, join discord to continue the conversation...

Рекомендации по теме
Комментарии
Автор

Lets make a petition to have a full git and GitHub tutorial by Eddie 🚀🚀😅

Naman_
Автор

Nice explanation I really enjoyed your fork class...

kehindeoluwadamilare
Автор

You explained it so well Eddit. Love the explanation, video quality, and saving it in my playlist for reference.

raunakhajela
Автор

omg how did I miss this gem by Eddie 😭😭 Its so good!!!

aldrinseanpereira
Автор

git branch demystified,
Thanks Eddie,

ahmad-murery
Автор

Thanks, the explanations and examples were very useful!

eduardsjourney
Автор

Nice work Eddie. This will definitely minimize a lot of headache

legitdeveloper
Автор

That was an awesome explanation Eddie. Thank You 🙏

neontuts
Автор

Amazing video, Eddie!
Great explanation as always

shashankbhatgs
Автор

Your terminal shows which branch are you working at in a nice interface.
What CLI do you use for your terminal?

dabasishkundushento
Автор

Thanks for explaining it in a simple way Eddie!

Why is it not advised to clone the original repo?

akebu
Автор

Before committing,
creating a branch first and then making modifications in code is also same as making modifications in code first and then creating a branch (as in the video), will be one and the same right?

shashankbhatgs