このブログは、旧・はてなダイアリー「檜山正幸のキマイラ飼育記 メモ編」(http://d.hatena.ne.jp/m-hiyama-memo/)のデータを移行・保存したものであり、今後(2019年1月以降)更新の予定はありません。

今後の更新は、新しいブログ http://m-hiyama-memo.hatenablog.com/ で行います。

2015-09-10から1日間の記事一覧

gitリモートリポジトリの変更

http://d.hatena.ne.jp/kanonji/20110829/1314596493 に git remote set-url origin git@git.example.com:foo/bar.git とかのコマンドを使う旨書いてあるが、./.git/config に [remote "origin"] url = https://github.com/m-hiyama/hugo-sample.git fetch =…

gistの操作

GitHub gistのコマンドラインツールにRuby製のgistがある。Windowsでもインストールはできる。 > gem install gist Fetching: gist-4.4.2.gem (100%) Successfully installed gist-4.4.2 1 gem installed Installing ri documentation for gist-4.4.2... Ins…

git push時パスワード省略

sshじゃなくてhttpsのとき、 http://qiita.com/usamik26/items/c655abcaeee02ea59695 http://d.hatena.ne.jp/idesaku/20120128/1327749355 コマンド git config --global credential.helper cache これは設定はできるが、Windowsではまともに動かない。Windo…