Git Tutorial 1: What is git / What is version control system?

preview_player
Показать описание
Git is a version control system that allow you to store your code or program on cloud. It also offers features that makes it easy for multiple people to work on same code base. Git today is the most popular version control system and has already surpassed other VCS systems such as SVN.

Next Video:

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

Keep making tutorials. I almost went through all of them within the span of past 4-5 days. All of the tutorials have been awesome. :)

beyond_height
Автор

This is one of the excellent tutorials on Git, not at all overwhelming. Thank you bro!

ashish-blessings
Автор

A good piece of work. You have simplified the things to understand easily.

deepakbharti
Автор

Very nice tutorial, Can't wait for the rest, thanx!

Colstonewall
Автор

So happy to have found this channel! Great useful stuff, eloquently explained!

OG-fqgh
Автор

Git is Version control system solves following problems

1.Code is lost where you saved on hard disk....VCS..code is on cloud

2.
Collaboration with team
..golden copy of your code can copied by others
Merge tool is also available

3. If you want to check.previous version of code..All your code version tracked down

rohandanwade
Автор

for some reason this videos are not loading for me. Does anyone have same problem?

chiragpalan
Автор

This video isn't working, please fix the issue.

YashikaChauhann
Автор

This video never loads for me, anyone else facing the same problem

dibanpitchaimuthu
Автор

make a video about git pull vs git fetch as well

imrulkayes
Автор

@Codebasics/Dhaval Brother- This particular Video "Git Tutorial 1: What is git / What is version control system?" is never opening and unable to play it-Could you please check at your end, why it never opens.

yogeshwar_parthdeore_bilva
Автор

What happened to this particular video, it keeps saying something went wrong

olutokijohn
Автор

Hey bro can u start turorial about microsoft azure devops and azure portal with real time project i started learning it but looking for a real time project or otherwise if anybody there im ready to work.with them for free of cost so in that way i can gain the knowledge and i may help him in project

Sai-cwfm
Автор

Question, do I have a need for git if I use Google Drive for all of those purposes?
Whenever I make a change to my code, I pack it into a .zip archive and throw it onto Google Drive, it detects that I already uploaded a thing under this same name and saves new .zip as a new version, keeping older versions accessible through a submenu.
Whenever my hard drive fails, I can take it from Google Drive.
Whenever I want to work on code at the same time as someone else is working it, I'd prefer merging things manually instead of some "mergetool" doing something(and possibly doing something stupid).

Sorry, but I'm not "sold". lol

Architector_