Git Commands Tutorial | Git Clone, Add, Commit, Push, Pull, Checkout, Branch, Status

  Рет қаралды 109,225

WebStylePress

WebStylePress

3 жыл бұрын

Learn git commands with examples. This is a complete git tutorial as well as git bash tutorial to learn github commands step by step. Previously I shared common git commands and easy way to use git on Windows by using Git GUI, git bash and git for Windows. In this video I will show you how can you use those git commands with git bash or terminal. For MAC or Linux you have got your terminal. For Windows you have got command prompt or power shell. But I will prefer git for Windows. Git for Windows gives you git bash utility. That is similar to terminal. We will use git bash to clone repo from github. We will practice:
git clone
git add .
git commit
git commit -m "commit message"
git push
git push origin branch-name
git pull
git pull origin branch-name
git branch
git branch new-branch-name
git checkout
git checkout other-branch-name
git checkout -b new-branch-name
git status
These are common commands and in most cases you only need these to do the job.
Learn these are you are good to go with version control system.
To use git, you should generate SSH keys for PC and register these with github or gitlab to do all of this. This is how github recognizes your PC and allows files transfer between PC and your github repos.
Thank you!
❤️ LIKE 👍 Thumb up
👊 SUBSCRIBE (www.webstylepress.com/sub)
🔔 Hit BELL icon
✍️ We read every comment. Write something.
Channel: / @webstylepress
Website: www.webstylepress.com
FaceBook: / webstylepress
Twitter: / webstylepress
Instagram: / webstylepress
LinkedIn: / webstylepress
GitHub: github.com/webstylepress
#webstylepress #git #github #webdevelopment #deployment #commands #gitbash

Пікірлер: 37
@ludo6314
@ludo6314 2 жыл бұрын
clear and understandable. i've always had issiues understanding these concepts, but you have made it visually clear to me. THANK YOU !!! 🙏
@johnlcyborg
@johnlcyborg 11 ай бұрын
This is the most clear and concise explanation of the git clone / branch commit / push commands I have ever seen. Thank you so much!!!
@kendallmcneil9630
@kendallmcneil9630 11 ай бұрын
This video is fantastic! Super clear, calm, and helpful.
@mohanjanapana1693
@mohanjanapana1693 Жыл бұрын
I am a beginner to git commands. I have learnt a lot from this video. Thank you so much for making such an informative video :)
@maheshpatgar488
@maheshpatgar488 Жыл бұрын
Very calm and good teacher i have ever seen not going too fast too slow best video i have watched 🙂❤️
@charlestoneoyoo
@charlestoneoyoo 8 ай бұрын
Woow, thank you so much sir for this Git tutorial. For a week now I have been searching for suitable tutorials before I came across this. A very concise,, detailed and comprehensive tutorial with a great teaching style. Thank you once again and keep up
@soultouchingsongs
@soultouchingsongs 3 жыл бұрын
Excellent 👍. You made it look so simple. Thank you 🙏
@rahulsingh-zz4sd
@rahulsingh-zz4sd 11 ай бұрын
This is the most clean and best way to teach each and every things step by step. Thank u so much
@madobrax
@madobrax 8 ай бұрын
I needed this for Hogeschool PXL Hasselt test in EB1055, tyvm sir!
@kushagrasinghsisodia9380
@kushagrasinghsisodia9380 11 ай бұрын
One of the best explanation by covering all the imp tpcs regarding git. Great work!
@webstylepress
@webstylepress 11 ай бұрын
thank you
@ashokmarripudi8287
@ashokmarripudi8287 2 жыл бұрын
Excellent explanation about git commands.
@kush_editz_yt
@kush_editz_yt 3 ай бұрын
Explanation is clear Thanks.
@manikandanravichandran8260
@manikandanravichandran8260 Жыл бұрын
Thank you very much bro for this clear video
@justthompson9978
@justthompson9978 Жыл бұрын
good video, it was simple and easily understandable
@faisalinayath3707
@faisalinayath3707 3 ай бұрын
Thank you so much for the wonderful explanation
@vyshnavikotipalli9519
@vyshnavikotipalli9519 Жыл бұрын
Your explanation is too good .After seeing this video all doubts cleared.thanks a lot👏
@webstylepress
@webstylepress Жыл бұрын
So nice of you
@toobeful
@toobeful 4 ай бұрын
very clear explanation.Thank you
@sm-pz8er
@sm-pz8er 5 ай бұрын
This is perfect. Thank you so much
@ramananv.m6429
@ramananv.m6429 2 жыл бұрын
nice video ...keep it up easyly can understand..
@Robson_mtz
@Robson_mtz 2 жыл бұрын
Very good Sir.
@nandopookey9195
@nandopookey9195 Жыл бұрын
Thank you so much
@sadekaldakhel8993
@sadekaldakhel8993 Жыл бұрын
thank you very much
@ilayarajaramasamy1263
@ilayarajaramasamy1263 10 ай бұрын
Thanks
@uppalasuresh2134
@uppalasuresh2134 2 жыл бұрын
Thanks a lot Sir _/\_..Awesome explanation...Struggled a lot to understand git, But with your 30 min explanation everything is clear now...If possible please make a video on merger conflicts Sir
@webstylepress
@webstylepress 2 жыл бұрын
Plz give the video a like and subscribe to channel. It will help the channel.
@sanketkoli2958
@sanketkoli2958 2 ай бұрын
thanks !
@chicogomu4382
@chicogomu4382 2 ай бұрын
thx bro
@CodewithAshwani
@CodewithAshwani Жыл бұрын
Thank you sir for making an awesome video, but I have to explore the merge and pull request. IF ANY VIDEOS U HAVE SHARE THEE LINK.,. thanks again
@hashimsulaiman6003
@hashimsulaiman6003 Жыл бұрын
thanks alot it was sumarised only it would have been better if you had covered merging as well
@mamidivasudev5988
@mamidivasudev5988 4 ай бұрын
Thank you so for this explanation.. superb .. small doubt.. how to the parent branch of a branch ... For example I joined in a company they asked to create sub branch .. i created a sub branch not to main . To some other branch i created as a sub ... After one year i want to know my is sub to which branch how to find that
@anthonyraj1811
@anthonyraj1811 Жыл бұрын
I understand all the things you have showed. May I know the command to compare and merge one created branch to main branch
@webstylepress
@webstylepress Жыл бұрын
git diff and git merge
@RobertMeltingTallow
@RobertMeltingTallow Жыл бұрын
git easy seems to be gone, anyone have a similar rep?
@SavitriHadpad-nk6lc
@SavitriHadpad-nk6lc 2 ай бұрын
Hi
Git Branching and Merging - Detailed Tutorial
54:28
SuperSimpleDev
Рет қаралды 191 М.
THE POLICE TAKES ME! feat @PANDAGIRLOFFICIAL #shorts
00:31
PANDA BOI
Рет қаралды 25 МЛН
Git Tutorial for Beginners: Learn Git in 1 Hour
1:09:13
Programming with Mosh
Рет қаралды 2,3 МЛН
Git For Beginners 2023
2:00:37
Telusko
Рет қаралды 204 М.
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1 МЛН
Git and GitHub Tutorial for Beginners
46:19
Kevin Stratvert
Рет қаралды 1,2 МЛН
THE POLICE TAKES ME! feat @PANDAGIRLOFFICIAL #shorts
00:31
PANDA BOI
Рет қаралды 25 МЛН