Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

coderefinery/DEPRECATED-git-solo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This lesson has been integrated into https://github.com/coderefinery/git-intro, where it is being further developed

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

Releases

No releases published

Packages

 
 
 

Contributors