Git and GitHub Beginner Tutorial 4 - Enable git commands autocomplete and colors on Mac

  Рет қаралды 69,715

Automation Step by Step

Automation Step by Step

Күн бұрын

Пікірлер
@jaminDNB
@jaminDNB Жыл бұрын
Absolutely blown away by your educational content, Raghav! 🚀 Clear explanations, well-chosen examples - making learning a breeze. Your work is expanding my knowledge. Keep the outstanding content coming! 🌟💻📚
@RaghavPal
@RaghavPal Жыл бұрын
Great to hear Ivan
@rich-rithikcharvi4390
@rich-rithikcharvi4390 3 жыл бұрын
Thanks Raghav for all the videos. They are very informative and learning lot from your videos.
@RaghavPal
@RaghavPal 3 жыл бұрын
So nice of you Venkat
@seriouslysoniya
@seriouslysoniya 4 жыл бұрын
I love this series. Thank you for the useful, clear and insightful tutorial on git and GitHub features.
@RaghavPal
@RaghavPal 4 жыл бұрын
Glad you are enjoying it. Best wishes.
@deniss8815
@deniss8815 8 жыл бұрын
I really appreciate your videos! they are very useful and informative. I wish you could go deeper in Jenkins video where you run any automation tests by creating a job from any IDE. Thank you in advance
@RaghavPal
@RaghavPal 8 жыл бұрын
Thanks Denis for liking. Surely, i will create more sessions on Jenkins related to automation tests.
@wilsoncardoso150
@wilsoncardoso150 6 жыл бұрын
Thank you so much for your time and effort, for sharing your knowledge with us. Thank you and keep the good work.
@RaghavPal
@RaghavPal 6 жыл бұрын
I am glad it helped Wilson
@AkankshaSingh-bm7tb
@AkankshaSingh-bm7tb 3 жыл бұрын
Man u r a grt teacher ❤️🙏 thnkuuuu sooo much......🙏❤️
@RaghavPal
@RaghavPal 3 жыл бұрын
Thanks and welcome Akanksha
@noelforde622
@noelforde622 5 жыл бұрын
need help i did step 2 but after i exit the terminal and opened it up again it has this shown Last login: Sun Dec 29 23:17:50 on ttys000 -bash: ‘export: command not found -bash: 400:: command not found
@RaghavPal
@RaghavPal 5 жыл бұрын
Hi Noel, I doubt something went wrong when you did the steps. May be you can revert and try again
@jayeshshrestha1004
@jayeshshrestha1004 7 жыл бұрын
my autocomplete not working in mac sierra 10.12.5
@BlvkIsMyVibe
@BlvkIsMyVibe 7 жыл бұрын
I'm also having this problem did you figure out the solution?
@upperlefty
@upperlefty 7 жыл бұрын
I'm also having an issue with my autocomplete not working.
@Awami01
@Awami01 6 жыл бұрын
did you? same thing with me
@Awami01
@Awami01 6 жыл бұрын
did you solve it?
@Iam0ne1
@Iam0ne1 6 жыл бұрын
You must use the git-completion.bash that matches your git version. use (git --version) to check your version the find the git-completion.bash for your version. apple.stackexchange.com/questions/327817/git-completion-bash-producing-error-on-macos-sierra-10-12-6
@BengaliStrings
@BengaliStrings 4 жыл бұрын
Raghav, Can we install auto-complete in windows, please share the steps
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Sourav, in windows you can directly use git bash. On cmd prompt it may not work.
@WilsonMar1
@WilsonMar1 6 жыл бұрын
[7:19] git config --global color.ui true
@bmkrissh8714
@bmkrissh8714 5 жыл бұрын
I've installed version 2.21.0.windows.1 on my pc, some install steps were new and could not match in the previous video that you created. I see that I can't input any commands in Gitbash. In cmd window git commands are working however autocomplete is not supporting. anything needs fix here?
@RaghavPal
@RaghavPal 5 жыл бұрын
Hi Krissh, I will need to check the differences, You can check this meanwhile - www.linkedin.com/pulse/how-enable-git-tab-completion-bash-mac-os-x-conor-livingston
@bmkrissh8714
@bmkrissh8714 5 жыл бұрын
@@RaghavPal The link is for Mac OS, is there any fix for windows based installation?
@RaghavPal
@RaghavPal 5 жыл бұрын
Can check this Krissh - stackoverflow.com/questions/6464610/can-i-setup-auto-complete-for-git-on-windows-via-cmd-exe
@ajitdhulam7439
@ajitdhulam7439 6 жыл бұрын
hello, your all videos are awesome, you gave more knowledge via videos.Thanks for that. Can you provide that two commands, used for autocompleting and color changing ?
@RaghavPal
@RaghavPal 6 жыл бұрын
Thanks Ajit, all commands are available in the description section (below the video) Pls check
@valerylyalin2967
@valerylyalin2967 6 жыл бұрын
In case autocomplete is not working, update your git OR use this link raw.githubusercontent.com/git/git/v2.17.1/contrib/completion/git-completion.bash
@vinod636
@vinod636 6 жыл бұрын
I'm getting the below error. Could you please help -bash: 400:: command not found
@RaghavPal
@RaghavPal 6 жыл бұрын
Hi Vinod, pls tell me the command and steps you followed
@satyamsovan123
@satyamsovan123 4 жыл бұрын
@@RaghavPal He might me getting error by copy pasting from your description where the URL part has been shortened "curl raw.githubusercontent.com/git... -o ~/.git-completion.bash" @vinod please use the full URL "raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash" this should help. Cheers, Satyam S.M.
@blueferret98
@blueferret98 3 жыл бұрын
^that solved it, ty
@ckernest
@ckernest 6 жыл бұрын
The auto complete doesn't work on my mac. will try again soon.
@RaghavPal
@RaghavPal 6 жыл бұрын
All the best Ernest
@ckernest
@ckernest 6 жыл бұрын
I also tried git color command and input got config color.ui. I got error message too. my git config doesn't look as same as yours.
@RaghavPal
@RaghavPal 6 жыл бұрын
Try google your error.
@aravapallimanikanta1378
@aravapallimanikanta1378 6 жыл бұрын
In my windows, Autocomplete is not working by tapping on tab.....
@RaghavPal
@RaghavPal 6 жыл бұрын
Did you try with git bash
@aravapallimanikanta1378
@aravapallimanikanta1378 6 жыл бұрын
Yes I have tried with Git bash...but auto complete is not happening...
@RaghavPal
@RaghavPal 6 жыл бұрын
Okay if you press tab, it does not show the options? May be you can try reinstalling.
@valerylyalin2967
@valerylyalin2967 6 жыл бұрын
instead of using vim, u can use nano, which is much more convenient. Thanks for the tutorial.
@varalakshmidevi4565
@varalakshmidevi4565 6 жыл бұрын
Good explanation please can you share the videos for tomcat server
@RaghavPal
@RaghavPal 6 жыл бұрын
Thanks for watching Varalakshmi. Tomcat - kzbin.info/aero/PLhW3qG5bs-L9MQ02hBtHVlfrf0TThsZqB
@jayeshkumar2815
@jayeshkumar2815 4 жыл бұрын
Thank you Raghav sir
@RaghavPal
@RaghavPal 4 жыл бұрын
Most welcome Jayesh
@RiteshKumar-dx1uz
@RiteshKumar-dx1uz 6 жыл бұрын
Very informative video.
@ArjunKumar-rn3mn
@ArjunKumar-rn3mn 7 жыл бұрын
Auto complete is not working even after following the video, the bash_profile is different from yours! it has python path in it and all
@RaghavPal
@RaghavPal 7 жыл бұрын
Hi Arjun, having different content in bash_profile is okay. You should ideally be able to add the new content. Try it out again once.
@anupamz23
@anupamz23 7 жыл бұрын
Hi Ragahv, pls add a tutorial for Pull request and review
@RaghavPal
@RaghavPal 7 жыл бұрын
sure Anupam, will be adding soon.
@pratikgajbhiye5354
@pratikgajbhiye5354 5 жыл бұрын
error occur . it reply that "could not resolve host"
@RaghavPal
@RaghavPal 5 жыл бұрын
Will need to see more logs and reasons to troubleshoot Pratik
@satyam70
@satyam70 7 жыл бұрын
Raghav u r awsome
@RaghavPal
@RaghavPal 7 жыл бұрын
thanks. Keep learning.
@OddBallTrails
@OddBallTrails 5 жыл бұрын
Thank god I am a Linux user : ) :)
@RaghavPal
@RaghavPal 5 жыл бұрын
Happy to know this
@artjomraznjak8388
@artjomraznjak8388 4 жыл бұрын
doesnt work for me
@RaghavPal
@RaghavPal 4 жыл бұрын
Let me know the issues
@amitmapari393
@amitmapari393 7 жыл бұрын
nice bro
@kiranhawaldar420
@kiranhawaldar420 4 жыл бұрын
why pull & push are failing ? $ git push origin master To github.com/kphawaldar/test1.git ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'github.com/kphawaldar/test1.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. /GIT_Repos/Test_Repo (master) $ git pull origin master From github.com/kphawaldar/test1 * branch master -> FETCH_HEAD fatal: refusing to merge unrelated histories
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Kiran, You can try to do a pull or fetch first before pushing. If that does not work you can do rebase, but do with caution. Watch kzbin.info/www/bejne/gYiki59ohq12apY
Git and GitHub Beginner Tutorial 5 - Branching and Merging
10:57
Automation Step by Step
Рет қаралды 119 М.
Git Merge vs Git Rebase for Beginners
22:24
Automation Step by Step
Рет қаралды 104 М.
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
So You Think You Know Git - FOSDEM 2024
47:00
GitButler
Рет қаралды 1,3 МЛН
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1,2 МЛН
Git and GitHub Beginner Tutorial 1 - Introduction
13:06
Automation Step by Step
Рет қаралды 204 М.
Stow has forever changed the way I manage my dotfiles
8:09
Dreams of Autonomy
Рет қаралды 271 М.
Introduction to Git - Branching and Merging
28:48
David Mahler
Рет қаралды 490 М.
Git Tutorial: Fixing Common Mistakes and Undoing Bad Commits
21:31
Corey Schafer
Рет қаралды 385 М.
Git vs. GitHub: What's the difference?
10:06
IBM Technology
Рет қаралды 411 М.
Git and GitHub Beginner Tutorial 7 - Git Tags - what, why, when and how
10:42
Automation Step by Step
Рет қаралды 209 М.
Пишем реальный CI/CD пайплайн | GITLAB CI/CD на практике
19:10