Skip to content

Instantly share code, notes, and snippets.

View gouten5010's full-sized avatar

Takenori Okashita (GOUTEN) gouten5010

View GitHub Profile
@gouten5010
gouten5010 / wordmove_with_localbyflywheel.sh
Created June 15, 2017 12:02 — forked from k4zuki02h4t4/wordmove_with_localbyflywheel.sh
Enable Wordmove with "Local by Flywheel".
#!/usr/bin/env bash
set -xu
RUBY_VERSION=2.4.1
LIBSSL_VERSION=$(dpkg -s libssl1.0.0 | grep -i ^version | awk '{print $2;}')
apt-get update -y
apt-get upgrade -y
apt-get install -y software-properties-common python-software-properties vim build-essential git python-setuptools ruby-build libssl-dev=${LIBSSL_VERSION}
@gouten5010
gouten5010 / git-lesson.md
Created March 19, 2016 13:20 — forked from yatemmma/git-lesson.md
git初心者への道 - お仕事で困らないレベルまでググっとします。

git初心者への道

まずやってみよう - コミットする、ログを見る、差分を見る

初登場するコマンド: init, add, commit, log, config, status, diff