エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Big Sky :: git で pull-request を clone する設定が覚えられないので alias 書いた。
github の pull-request を clone する設定をいつも思い出せなくて、毎回ググってるので alias を書いた... github の pull-request を clone する設定をいつも思い出せなくて、毎回ググってるので alias を書いた。 Checkout github pull requests locally Here's fetch : 1 git fetch From github.com:gittip/www.gittip.com * [new ref] refs/pull/100/head -> o... https://gist.github.com/piscisaureus/3342247 $ git config --global alias.pr-setup "config --add remote.origin.fetch +refs/pull/*/head:refs/remotes/origin/pr/*" とすれば alias がインストールされるので、以後は pu
2014/07/08 リンク