GitMinutes #15: Ryan Hodson on Learning Git

GitMinutes #15: Ryan Hodson on Learning Git

Avatar

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 mp3Links:RyPress.comRy’s Git Tutorial Try GitPeter Cottle's "Learn Git Branching"The Git Users' Mailing ListGit FlowGitHub FlowTreehouse (online learning)Atlassian’s Git blog postsGitHub's Free Office HoursJinja templatesInstalling Git manual web pagesIf 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 webOn 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 --globa

Comments

Avatar