GitHub Tutorial for Beginners | The Basics

preview_player
Показать описание
GitHub is a hosting provider for your Git repositories. Getting started can be difficult, so let’s make things easier in this video!

----------

----------

• And you should of course also follow @academind_real.

See you in the videos!

----------

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

Create account in GitHub: 2:07
How to push repository: 3:50

Establishing connection between local repository
and a remote repository on GitHub: 3:46
- git remote add origin link-of-repository: 4:00

Checking connection:
- git remote: 5:30
- git remote -v: 5:40

How to push branches to GitHub:
- git push -u origin master: 6:15

Caching GitHub password: 7:58

How to see the connection between the local
and the remote branch:
- git branch -r: 9:33

Clone or download: 10:34
- git clone + link: 11:20

Colleague push changes: 12:40

"Download" code: 13:45
- git fetch: 14:15
- git checkout origin/master: 15:04
- git merge origin/master: 15:30

Combining the above two steps:
- git pull: 16:00

Summary: 16:30

Deleting repository: 17:30
- git remote rm name-of-repository: 18:20

Playlist:
Git & GitHub - Managing Your Code:

fotios
Автор

If I could give this a hundred thumbs up, I would. This is the most straightforward Github Tutorial on Youtube. Thanks.

GeekManual
Автор

One of the best (if not the best) git & GitHub tutorials

khalidelgazzar
Автор

Coming from several years of Perforce, these videos have been extremely helpful!

MikeJasnowski
Автор

when I copy the link to my VS terminal as you did on 5:15 but I get error : " fatal: not a git repository (or any of the parent directories): .git" . do you know why ???

robertrydlewski
Автор

I like the approach you guys normally used. ie. Explaining the why part of using a technology.

ultrasamad
Автор

Now i have pushed code in origin branch(local) to git hub. lets say i want to create new branch(locally) and push that code into git hub. how can i do it?

sumeetsood
Автор

git remote -v after this step editor response is remote: Invalid username or password.
fatal: Authentication failed for address

JordGamePlay
Автор

Thanks a lot. This and git tutorials were so helpful to clear concepts

krishnapatel
Автор

Great video... again!! Focus and easy learning - thanx

brianhansen
Автор

@ ~7:10 "$ git push -u origin master
" throws this 2 line error msg.
>github.com: Permission denied (publickey).
>fatal: Could not read from remote repository.
It is a new private github account being used on an exiting dev computer. Any ideas?

Michael-oeez
Автор

have u downloaded github program or what ? im so confused

XiskogenX
Автор

Thank you so much for this video tutorial.

romantsyupryk
Автор

Hello ...I hope you can still see this. So, I tried everything, but for days, I have been trying to publish/ get an assigned URL for my sites. I keep on getting errors.

Tabitha_Dorcas
Автор

"git status" is a really helpfull command which I would recommend beginners using. Especially after using "git fetch", it would have been appropriate to show those changes.

mathiaspiletti
Автор

Thanks a lot ! I am willing tp out some sensitive data in my repo and that's why I need to "encrypt it". There are several ways to do it in Github but none of them is explained well, I hope you can help with that :)

ameeer
Автор

One request:
Having another video that teaches us how to contribute to open source project would be great and much appreciated.

gutsnxr
Автор

Thanks, cool and usefull for novices.

rinatvaliullov
Автор

Havent used git in a while (a few month) and to my surprise, I forgot how to push local repos. Thanks a lot!

Edwardtonnn
Автор

Always all time best tutorial. Very clear explanation with each small details. Thank you so much ❤️

atulkkale
visit shbcf.ru