GitMinutes #15: Ryan Hodson on Learning Git - podcast episode cover

GitMinutes #15: Ryan Hodson on Learning Git

Jul 08, 2013
--:--
--:--
Download Metacast podcast app
Listen to this episode in Metacast mobile app
Don't just listen to podcasts. Learn from them with transcripts, summaries, and chapters for every episode. Skim, search, and bookmark insights. Learn more

Episode description

In this episode we talk to Ryan Hodson, the man behind Ry's Git Tutorial.


Link to mp3


Links:
Installing Git manual web pages

If you want to see the help for git-status, you can do either of these:
git status --help  git help status  On Windows/Msysgit, the default is to always open the web page. If you are on Mac or Linux, you can append -w to the above commands.

If you always want to see the web pages (so you can leave out -w), you can do:
git config --global help.format web On my Mac, Lynx was the default browser for some reason, so I had to configure it to use the OSX `open` command (for html files) instead:
git config --global web.browser open On my Ubuntu machine, I had to configure it like this to use Google Chrome (Firefox was default):
git config --global web.browser google-chrome I also had to clone the docs into this location (not the one according to the GitHub help pages above):
/usr/share/doc/git/html/ See git-web--browse docs for more info.

Listen to the episode on YouTube
For the best experience, listen in Metacast app for iOS or Android
Open in Metacast
GitMinutes #15: Ryan Hodson on Learning Git | GitMinutes podcast - Listen or read transcript on Metacast