タグ

gitとtipsに関するpeo3のブックマーク (3)

  • git ready - restoring lost commits

    So, you just did a git reset --hard HEAD^ and threw out your last commit. Well, it turns out you really did need those changes. You’ll never be able to implement that algorithm that perfectly twice, so you need it back. Don’t fear, git should still have your commit. When you do a reset, the commit you threw out goes to a “dangling” state. It’s still in git’s datastore, waiting for the next garbage

  • Git Cheat Sheets JP

    設定 基ランチ リモート・リポジトリ git-stash git-svn 参考 修正履歴 設定 Git には様々なオプション設定がある。中には挙動を大きく変えるものもあるので注意が必要である。 設定をすべて表示する $ git config --list システム (/etc/gitconfig) の設定 $ git config --system --list や、ユーザーごと (~/.gitconfig) の設定 $ git config --global --list など表示する対象を絞ることもできる。 ユーザ名とメール・アドレスを設定する $ git config --global user.name "John Doe" $ git config --global user.email "john.doe@example.com" コミットする時に記録されるユーザー名とメ

  • 2008-09-28 - 未来のいつか/hyoshiokの日記

    http://www.jipdec.or.jp/procon/workshop/ 日時:平成20年10月1日(水)11:00〜16:15 場所:ANAインターコンチネンタルホテル東京 地下1階「グローリー」 参加費:無料 参加申し込み:http://www.jipdec.or.jp/procon/workshop/kojin.html 講演: 「ゲーム人生とプログラム」株式会社ビサイド 南治 一徳 氏。「どこでもいっしょ」を作った人 プログラム言語「Ruby」開発者まつもと ゆきひろ氏によるフリートーク 「プロコン審査委員・入選者とのフリーディスカッション」 わたしもフリーディスカッションに出ます。プロコン入賞者の皆さんとお話をする。いろんなことを聞きたいなあ。いろいろなことを語りたいなあ。 学生の皆さんへのお願い:上記のイベントを友人知人へおしらせしてください。そして可能なら参加してく

    2008-09-28 - 未来のいつか/hyoshiokの日記
    peo3
    peo3 2009/03/15
  • 1