delete from hateblo.jp where 1=1;

タイトルに意味はありません。

2010-04-18から1日間の記事一覧

Gitの使い方

はじめに 初期設定 初期処理を行っておく #ユーザー情報を登録(これをしておかないと不明なユーザー(unknown)になる) git config --global user.name "name" git config --global user.email "hoge@hoge.com" 公開鍵の準備 ssh-keygen -b 2048 -t rsa /home/…