How to Get Started with Git and Github • The Basics of Git and GitHub

preview_player
Показать описание
Git is a distributed version control system. This video shows How to Get Started with Git and Github and teaches The Basics of Git and GitHub.

Set Up Git:

other commands
git clone (url)
git add (file names)
git commit -m "(committed message)
git push -u origin master
git remote add origin master (url)

Version Control ? - Version control systems are a category of software tools that help a software team manage changes to source code over time.
What is GIT? - By far, the most widely used modern version control system in the world today is Git. Git is a mature, actively maintained open source project originally developed in 2005
Why GIT? - Relying on software for mission-critical applications, altering your development workflow impacts your entire business. Git isn’t just for agile software development—it’s for agile business.

Git Advantages
Resilience
No one repository has more data than any other
Speed
Very fast operations compared to other VCS (I’m looking at you CVS and Subversion)
Space
Compression can be done across repository not just per file
Minimizes local size as well as push/pull data transfers
Simplicity
Object model is very simple
Large userbase with robust tools

★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

Thank you, great tutorial with exactly the basics we need without too much useless info.

dr
Автор

Thank you for explaining very simple way.

mithun-qpho
Автор

Exactly all I need to know to get started with Git. Thanks a lot for a very useful video

hoangsonphan
Автор

Thank you. excellent explanation with good example.

ireshanadeeshani
Автор

Thank you for this video, this was an outstanding demonstration, and outlined how to use git in an extremely straightforward and simple manner. Great job man

gabelanz
Автор

Every session has wonderful.. Thanks a lot
How do I share my local git repository to others???
How many ways we can do it???
Pls tell me the answers...

davidarun
Автор

"opening our favorite browser"

hsensh
Автор

super helpful and explained well! thank you :)

ayeisha
Автор

Thank you so much.
Your are giving best tutorial ever for

venkateshbaviskar
Автор

After fill the github url in git, "github login" is displayed on my laptop. Do I have to login?

thinhtoutkuumultimediaeduc
Автор

Mera error aa raha h ' not a GitHub repository

mscit__omprakash
Автор

I didn't have any url in my repository.
What should I do??? Plz reply sir

gayathridevip
Автор

How to fix this error
$ git push -u origin master
git: 'remote-https' is not a git command. See 'git --help'.

nemanjacvetkovic
Автор

here is another problem when I start push command:
"$ git push -u origin master
! [rejected] master -> master (fetch first)
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details."
I dont know what does it means.

maxg
Автор

Hello. Thanks for the tutorial, very beginner friendly. But, what is the utility of the git?

andsegcar
Автор

Very helpful
Did you enter the password of Github account in login popup windows or just put windows password ?

Albshr
Автор

I assume this works for any files, such as source code or Eclipse?

TomDabektv
Автор

I can't make a directory point.For example I created folder git_test on Desktop.How the command line should looks like?Thanks

maxg
Автор

Bro it's coming ***pls tell me who you are what to do

xaejhe
Автор

quite oudated unfortunately, you should remove it now,

lunacollacchi