Showing 5 videos tagged with git

Getting started with GitHub

An introduction to GitHub, which includes how to create new repositories, set up your account, push and pull, clone and send pull requests.

Build and deploy a Shopify app in 8 minutes

00:08:45 vimeo.com
This screencast walks you through the creation and deployment of a Rails app that integrates with the Shopify API. Thanks to the help of the shopify_app plugin and the Heroku deployment platform, the entire process takes about 8 minutes (including explanations along the way).

Railscast - Episode 96: Git on Rails

00:05:56 railscasts.com
Git has been getting a lot of buzz lately, and for good reason. It's an excellent SCM which in many ways is more simple and powerful than subversion. See how to set up a Rails project with Git in this episode.
Tags:

Railscast - Episode 105: Gitting Rails 2.1 RC1

00:06:17 railscasts.com
Rails 2.1 Release Candidate 1 was just released! In this episode I will show you how to install it into your Rails project.
Tags:

Railscast - Episode 113: Contributing to Rails with Git

00:11:36 railscasts.com
If you want Rails to behave a certain way, try changing it and submitting a patch. This episode will show how to do exactly this using Git.