Artwork

Content provided by Thomas Ferris Nicolaisen. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Thomas Ferris Nicolaisen or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
Player FM - Podcast App
Go offline with the Player FM app!

GitMinutes #15: Ryan Hodson on Learning Git

 
Share
 

Manage episode 35104410 series 28619
Content provided by Thomas Ferris Nicolaisen. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Thomas Ferris Nicolaisen or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
In this episode we talk to Ryan Hodson, the man behind Ry's Git Tutorial.
If you cannot see the audio controls, your browser does not support the audio element. Use the link below to download the mp3 manually.
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
  continue reading

46 episodes

Artwork

GitMinutes #15: Ryan Hodson on Learning Git

GitMinutes

52 subscribers

published

iconShare
 
Manage episode 35104410 series 28619
Content provided by Thomas Ferris Nicolaisen. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Thomas Ferris Nicolaisen or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
In this episode we talk to Ryan Hodson, the man behind Ry's Git Tutorial.
If you cannot see the audio controls, your browser does not support the audio element. Use the link below to download the mp3 manually.
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
  continue reading

46 episodes

All episodes

×
 
Loading …

Welcome to Player FM!

Player FM is scanning the web for high-quality podcasts for you to enjoy right now. It's the best podcast app and works on Android, iPhone, and the web. Signup to sync subscriptions across devices.

 

Quick Reference Guide