Skip to content

kjetilbakke/git-intro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local development

The following Gemfile will permit you to run jekyll locally

source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem 'github-linguist'
gem 'rouge', '~>1.11.1'

Write it as Gemfile under the repository root.

$ export GEM_HOME=$HOME/.gem
$ export PATH=$PATH:$HOME/.gem/bin
$ bundler install
$ bundle exec jekyll serve

About

Introduction to version control with Git.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 100.0%