Skip to content

Instantly share code, notes, and snippets.

@tomoko523
tomoko523 / index.html
Last active September 26, 2018 07:52
Link Button
<a href="" class="link-btn">Sample</a>
@tomoko523
tomoko523 / file0.txt
Last active November 4, 2016 08:57
git使い始めて1ヶ月くらいでこれだけ覚えてたらなんとかなった ref: http://qiita.com/tomoko523/items/a2eb1cd7101011186a99
$ git config --global user.name "hoge hoge" //name
$ git config --global user.email hogehoge@hoge.com //Email
$ git config --global core.quotepath false //日本語表示
$ git config --global core.autocrlf false //改行コード
#タイトルを変更する
$a = (Get-Host).UI.RawUI
$a.WindowTitle = "三( `・ω・)\\|| Powershell////(・ω・´ )三"
#開始ディレクトリの指定
Set-Location 開始したい場所の絶対パス
#実行ポリシー確認
Write-Host "実行ポリシーは" (Get-ExecutionPolicy) "だよ!" -ForegroundColor "Yellow"

#Rails+Markdownでなにかつくる ##Step1 Markdownエディタ編

produced by hirata tomoko

Ruby / Ruby on Rails ビギナーズ勉強会 第7回 #coedorb