Tracking Our first Git Project | Git Tutorials #4

  Рет қаралды 181,348

CodeWithHarry

CodeWithHarry

Күн бұрын

This video is a part of my 2020 git tutorial series. Click here to access the complete course: • Complete Git Tutorials...
►Click here to subscribe - / @codewithharry
Best Hindi Videos For Learning Programming:
►Learn Python In One Video - • Python Tutorial In Hin...
►Python Complete Course In Hindi - • Python Tutorials For A...
►C Language Complete Course In Hindi -
• C Language Tutorials I...
►JavaScript Complete Course In Hindi -
• JavaScript Tutorials I...
►Learn JavaScript in One Video - • JavaScript Tutorial
►Learn PHP In One Video - • Learn Php In One Video...
►Django Complete Course In Hindi -
• Python Django Tutorial...
►Machine Learning Using Python - • Machine Learning Tutor...
►Creating & Hosting A Website (Tech Blog) Using Python - • [Hindi] Web Developmen...
►Advanced Python Tutorials - • Intermediate/Advanced ...
►Object Oriented Programming In Python - • Object Oriented Progra...
►Python Data Science and Big Data Tutorials - • Python Data Science an...
Follow Me On Social Media
►Website (created using Flask) - www.codewithhar...
►Facebook - / codewithharry
►Instagram - / codewithharry
►Personal Facebook A/c - / geekyharis
Twitter - / haris_is_here

Пікірлер: 159
@Script_Sage
@Script_Sage 4 жыл бұрын
M really enjoying this. I came here after getting frustrated by Edureka's video on n same topic.
@vathsan3906
@vathsan3906 4 жыл бұрын
Bhai Edureka is useless.. They just make stupid videos on all topics.. I hate both Edureka and SimpliLearn
@Kunuistic
@Kunuistic 4 жыл бұрын
They only give bookish language And don't give proper practical
@VKBMath
@VKBMath 4 жыл бұрын
Same
@ahsanalikhan7731
@ahsanalikhan7731 3 жыл бұрын
11) to check the status of git repository $ git status 12) to make your directory a git repository $ git init 13) to make all of the files and folders in git repository ready for next commit (Or we can say putting them in staging area) $ git add --a 14)To commit (Or we can say taking snapshot of your staged files) $ git commit -m "" 15)To see recent commits on git repository $ git log 16)To stage particular files in your git for next commit $ git add
@saurav2409
@saurav2409 2 жыл бұрын
Acche log
@shaad_imran
@shaad_imran 2 жыл бұрын
@@saurav2409 git log
@vinayakpanchal2082
@vinayakpanchal2082 2 жыл бұрын
thank you sir appreciate it
@arifjawed7565
@arifjawed7565 4 жыл бұрын
your video insisted me to pause your video and give a compliment for making such best videos for us thank you so much, May Allah, bless you love from Pakistan
@suvamagrawal578
@suvamagrawal578 Жыл бұрын
Guys isse better koi lecture nhi hai, maine bhot sare dekh liye git ke liye, trust me its the best
@Unknowndestinationtotravel
@Unknowndestinationtotravel 5 жыл бұрын
Hats off to ur great efforts u r putting in the video tutorials..Really iur efforts is reflecting in every single videos of urs.
@muneebzubair5069
@muneebzubair5069 4 жыл бұрын
3:00 nice way of teaching. I like it.
@codewithayesha
@codewithayesha Жыл бұрын
always favourite channel for programming and software learnings
@1._.better
@1._.better 3 жыл бұрын
Harry bhai thank you so much🔥. I was not able to understand git from other channels like free code camp as they were very fast your videos are detailed and easy to understand 😊.
@centauricoder
@centauricoder 2 жыл бұрын
Harry bhai for me you are god, The way you explain is really amazing . I became fan of you. thank you man
@amanjames6207
@amanjames6207 4 жыл бұрын
bhai aap really inspiration ho love you yaar from the deepeeeeeeeeest core of my heart
@mohdmuzaffarahmed4923
@mohdmuzaffarahmed4923 4 жыл бұрын
One of the best video on the internet........
@shikha858
@shikha858 4 жыл бұрын
Thank you so much for teaching us with so deep knowledge. and most of all its really very important how to explain in a simple way to understand. On Teacher's day i am writing this comment. So, I want to wish you Happy Teacher's Day. because i really need it and i hope it will help me. Thanks again for all your effort.
@sayantanmanna1360
@sayantanmanna1360 3 жыл бұрын
0:54 -- the checkbox for showing the file extension was the middle one among the three checkboxes in "show/hide" panel
@subid.majumdar
@subid.majumdar 3 жыл бұрын
git status git init git add - -a git commit -m "Initial Commit" git log git add
@iamaniketkr
@iamaniketkr 4 жыл бұрын
Great Explanation with easy to understood examples. Thankyou Harry !
@ArjunVerma-lq4cf
@ArjunVerma-lq4cf 3 жыл бұрын
Very nice explanation bs y wish krta hu ki almost sare concepts jo daily use hote hai wo ho is playlist mai
@i.paradox
@i.paradox 2 жыл бұрын
Thanks Harry very much. Your efforts are so appreciable.
@rohita9689
@rohita9689 2 жыл бұрын
Harry bhai... Tu bol too, bhai apka liya jaan dedu lovely video bhai... Aajsay bhai tumhi guru ho mera...
@vinayrao9067
@vinayrao9067 3 жыл бұрын
nobody can teach you well more than this👍
@XengShi
@XengShi 3 жыл бұрын
Best teacher in the world
@manishkataria2149
@manishkataria2149 3 жыл бұрын
Thank You Harry Bhai for give us deep knowledge of Git
@sohamajgaonkar3119
@sohamajgaonkar3119 3 жыл бұрын
Harry Bhai agar git aur git hub ke apne paas multiple accounts h toh unko manage kaise kare iske upar bhi video bna do. Mene aage ke videos abhi tak dekhe nhi h. Aaage aapne bataya ho toh achi baat h
@rohitpoddar268
@rohitpoddar268 3 жыл бұрын
Thanku thanku thanku thanku thanku thanku thanku thanku thanku thanku thanku very much
@vanshshah7781
@vanshshah7781 3 жыл бұрын
Man you made git easy🔥🔥❤️❤️
@Rajeshn-n7h
@Rajeshn-n7h 7 ай бұрын
Good explanation.
@AMITKUMAR-mg6yh
@AMITKUMAR-mg6yh 3 жыл бұрын
bro after getting done with videos pls gives us a snapshot(if possible) of commands with their uses so we are able to make our own notes. And thanks for the lecture!!
@vivekrawat8195
@vivekrawat8195 4 жыл бұрын
wow brother ...the way u explain things is really amazing....
@smsufiyan123
@smsufiyan123 2 жыл бұрын
i started git now i will do complete all git videos
@yashkhatwani3198
@yashkhatwani3198 4 жыл бұрын
nice video sir your explanation is too good. now i am going to do your full git tutorial. But by the way what job do you do?
@ramashish8158
@ramashish8158 2 жыл бұрын
east or west ..Harry bhai is best
@yashsaini3331
@yashsaini3331 2 жыл бұрын
Thank You Harry!
@codewithayesha
@codewithayesha Жыл бұрын
HARRY BHAI kaash ap DevOps engineer bhi hote... maza hi ajata
@varunpatil139
@varunpatil139 3 жыл бұрын
would you explain to me about 1 file changed, 2 insertions, and 1 deletion? and what are the two insertions and 1 deletion in it?
@AmanKumar-tv1yl
@AmanKumar-tv1yl 4 жыл бұрын
Hi Harry - Thank you for sharing your knowledge with us. You really explain very nicely. Looking forward to getting many more videos from your channel.
@Abdulqadir-vf4cv
@Abdulqadir-vf4cv 5 жыл бұрын
Sir aap bhut acha padhate h Where do u live sir please
@ayushibawari
@ayushibawari Жыл бұрын
beautiful explanation harry bhai
@raulgoswami7988
@raulgoswami7988 5 жыл бұрын
Very helpful video. Please make a video on rest api in Flask. It's a request harry bhai.
@sktamim_01
@sktamim_01 3 жыл бұрын
You are Great Harry vai...... Thanks a lot
@mohdnowman5374
@mohdnowman5374 3 жыл бұрын
The video was really really nice but you should have included the "git push" command also in this video.
@propubggamer2222
@propubggamer2222 2 жыл бұрын
Init git , add and commit files , checking logs and status
@snehaldhongade6653
@snehaldhongade6653 Жыл бұрын
Please make some videos apt-get install update,source.list,upgrade, dist_upgrade
@ajinathshinde5562
@ajinathshinde5562 Жыл бұрын
thank you so much harry bhai, ek number 👌👌
@abhinawsingh1
@abhinawsingh1 Жыл бұрын
Very helpful videos bhai.... thanks
@siddeo85
@siddeo85 Жыл бұрын
nice video, great content delivery
@nitinpachnanda
@nitinpachnanda Жыл бұрын
Very well explained. you are amazing ☺
@zeeshanahmed430
@zeeshanahmed430 2 жыл бұрын
keep it up bro you are doing awesome job
@amitsaini1109
@amitsaini1109 2 жыл бұрын
Thanks Harry Bhai !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@abhinavgoyal7410
@abhinavgoyal7410 3 жыл бұрын
Great explanation thankyou harry bhai!
@pushanbasu7192
@pushanbasu7192 3 жыл бұрын
BRILLIANT bro! Love you
@rajatchaurasia3578
@rajatchaurasia3578 3 жыл бұрын
Present sir 😍😍♥️😍
@engr.muhammadkamran1533
@engr.muhammadkamran1533 Жыл бұрын
love you sir. well explained
@akashkarn1793
@akashkarn1793 Жыл бұрын
bhaiya i am not able to understand why desktop.ini file is also being shown when i do git status command ???
@divyeshparmar9501
@divyeshparmar9501 Жыл бұрын
Thanks Harry bhai
@sonusah6620
@sonusah6620 2 жыл бұрын
thanku Harry bhai
@Ammarkoka
@Ammarkoka 5 жыл бұрын
Please make a series on DBMS
@aakashkumarsingh7517
@aakashkumarsingh7517 5 жыл бұрын
Harry Bhai App Development wali Course continue kro
@Crane_FISH
@Crane_FISH 4 жыл бұрын
Hi is it possible to commit all the changed files at a time within a single command?
@ravivishwakarma2728
@ravivishwakarma2728 4 жыл бұрын
You teach very nicely 😊😊
@nisithchakrabarty9461
@nisithchakrabarty9461 3 жыл бұрын
bhaiya you are awesome, but I just want to know what is the blue arrow icon on top of the folder? will you explain it, please?
@vipinsingh-ji8dj
@vipinsingh-ji8dj 3 жыл бұрын
Superb explained thanks
@yashpawar7102
@yashpawar7102 5 жыл бұрын
Sir how to make API for android app to retrieve data from server using json pls make this tutorial...
@vivekrachchh3939
@vivekrachchh3939 5 жыл бұрын
How to use api json mysql connectivity in android php
@kk-jq2db
@kk-jq2db 3 жыл бұрын
Hats of tou Harry or whoever who made the thumbnail as he didn't passed 1 first grade as he doesn't know how to write FIRST In Thumbnail: Frist Edit : No one else noticed that
@themodestai9603
@themodestai9603 3 жыл бұрын
I did this noe
@kk-jq2db
@kk-jq2db 3 жыл бұрын
@@themodestai9603 GOOD I am shocked that still u reply as this is a very old video
@Tussu17
@Tussu17 2 жыл бұрын
That's a typo dude, human is not a God. Even God do mistake' sometimes and thumbnail Harry sir khud hi bnate hai
@AdityaSingh-cv8ds
@AdityaSingh-cv8ds 5 ай бұрын
nice explanation thank you
@samirrobin3524
@samirrobin3524 2 жыл бұрын
Thank U So Much Sir❤️❤️❤️
@shivamrana3800
@shivamrana3800 4 жыл бұрын
awesome
@mohitagarwall
@mohitagarwall 2 жыл бұрын
Harry bhai mai aaj meri git ki journey start karra to aaj bhi apki git playlist upto date hai na or I need to learn something for online which got updated in time
@mohitagarwall
@mohitagarwall 2 жыл бұрын
bhai bhut badhiya samaj me aara mai durse site bhi check karra tha but ap jasa koi nahi
@divyadeep7679
@divyadeep7679 2 жыл бұрын
jai ho
@satishbobalade2154
@satishbobalade2154 Жыл бұрын
cheatsheet bhi provide kro harry bhai
@shrutigupta9319
@shrutigupta9319 3 жыл бұрын
Thank youuuu!! bhaiya
@chetsboy1
@chetsboy1 2 жыл бұрын
Really awesome
@professionalman2591
@professionalman2591 2 жыл бұрын
Thank You Sir
@ganeshpawarji1630
@ganeshpawarji1630 5 жыл бұрын
Nice sir ji
@aditidesale6738
@aditidesale6738 4 жыл бұрын
Nice tutorials , but could you please add the example details regarding commit messaging, how the commit message should be in terms if IT field.
@darkstone9985
@darkstone9985 3 жыл бұрын
Suppose you added some txt files in your repo and you are going to commit, then your commit message should be "Adding example.txt" In short, your commit message must be returning a value, so that other guys can understand why did you committed... I hope it will help...
@bhavatearya
@bhavatearya 8 ай бұрын
thank you
@anandsable6589
@anandsable6589 5 жыл бұрын
Sir Ansible par videos banao plz
@AMAN_SSA
@AMAN_SSA Жыл бұрын
Fetal: detected dubious ownership in repository at F:/git and github in one vedio F:/ file system is on a file system that does not record ownership To add an exception for this dictionary, call Aisa error aa rha hai please help me 😢
@taneyasoni
@taneyasoni 2 жыл бұрын
thank you so much
@abutahermohammed4312
@abutahermohammed4312 2 жыл бұрын
thanks a lot bhai
@sauru_6527
@sauru_6527 2 жыл бұрын
Hats off
@devlowanshi3820
@devlowanshi3820 4 жыл бұрын
Really good sir.... Thank you
@alex45688
@alex45688 9 ай бұрын
superb
@coding-pathshalaS
@coding-pathshalaS 2 жыл бұрын
Nice tutorial
@basantakumarmohapatra9109
@basantakumarmohapatra9109 4 жыл бұрын
thank You 🙏🙏🙏🙏😃
@viral_video_ayana
@viral_video_ayana 2 жыл бұрын
thankyou
@XengShi
@XengShi 3 жыл бұрын
Thanks sir
@daudahmed2343
@daudahmed2343 4 жыл бұрын
great
@anujeetswain7368
@anujeetswain7368 3 жыл бұрын
Great playlist!!
@plantzilla4884
@plantzilla4884 Жыл бұрын
Sir, After adding some comments in file first.txt and then checking its status, it is not showing committed changes and also what changes, insertions, deletions, nothing is showing there. It is only showing both files are modified only :( what i should do to check it. (using it on win 11)
@pranavkalambe1885
@pranavkalambe1885 3 жыл бұрын
Thanks alot sir
@abhinawsingh1
@abhinawsingh1 Жыл бұрын
I make a folder & create 3 files in this folder...but I use the command git init........then all files on my laptop is coming.....but I want to see only 3 files...........pl guide me ..why this happing
@samikshaniwal5110
@samikshaniwal5110 3 ай бұрын
very helpful
@somyashukla8688
@somyashukla8688 2 жыл бұрын
Sir maine dubara get init kr diya kya kru ab plz reply me anyone
@Karma_Rinku
@Karma_Rinku 3 жыл бұрын
Bhai.. Ager repository reinitiate ho jaye.. to jinta kam kiya sb .. khatm ho jayega..>? means jitni commands lgaie hum ne.. and files me data change kiya. ?
@engineerbhai7642
@engineerbhai7642 5 жыл бұрын
Please make more python tutorials in your English channel programming with harry.
@vathsan3906
@vathsan3906 4 жыл бұрын
try watching thenewboston channel. has all stuffs related to programming
@thanks_God_ForEverything
@thanks_God_ForEverything 3 жыл бұрын
May Allah, bless you
@kattynip0
@kattynip0 3 жыл бұрын
so basically commit means to sync, right??
@swetapandey6451
@swetapandey6451 3 жыл бұрын
Hi hary, If I have done a commit and pushed the code. Next time I am committing other changes in the same day. After pusing code, it again shows the last commit along with latest commit also. How to avoid that?
@sagar1287
@sagar1287 4 жыл бұрын
Thankyou bhai :)
@kanuwebmedia8250
@kanuwebmedia8250 5 жыл бұрын
Very nice
@rishabhranjansinha2858
@rishabhranjansinha2858 2 жыл бұрын
DEVOPS ???? PLEASE
Cloning a Remote Git Repository from GitHub | Git Tutorials #5
8:35
CodeWithHarry
Рет қаралды 164 М.
.gitignore: Ignoring Files in Git | Git Tutorials #7
12:33
CodeWithHarry
Рет қаралды 162 М.
Win This Dodgeball Game or DIE…
00:36
Alan Chikin Chow
Рет қаралды 45 МЛН
小丑家的感情危机!#小丑#天使#家庭
00:15
家庭搞笑日记
Рет қаралды 18 МЛН
5 JavaScript Concepts You HAVE TO KNOW
9:38
James Q Quick
Рет қаралды 1,4 МЛН
What is Git/GitHub & Why do we need it? | Git Tutorials #1
39:44
CodeWithHarry
Рет қаралды 560 М.
Git Log: Viewing & Changing Commits In Git | Git Tutorials #11
18:42
Complete Git and GitHub Tutorial for Beginners
1:15:22
Apna College
Рет қаралды 3 МЛН
Resolving Merge Conflicts (With Example) | Git Tutorials #17
33:01
CodeWithHarry
Рет қаралды 118 М.
How To Become A DevOps Engineer in 2023? | Skills To Learn
20:34
Travis Media
Рет қаралды 579 М.
Git: File Status Lifecycle | Git Tutorials #6
14:05
CodeWithHarry
Рет қаралды 114 М.
Git It? How to use Git and Github
12:19
Fireship
Рет қаралды 765 М.
How to be a git expert
46:26
Floating Little Leaves of Code
Рет қаралды 164 М.
Win This Dodgeball Game or DIE…
00:36
Alan Chikin Chow
Рет қаралды 45 МЛН