Git
$ git reflog $ git branch <ブランチ名> <コミット> $ git branch hoge-branch 749a1dbc 参考 http://hacknote.jp/archives/15995/ 助かりました。感謝
参考 http://lukhnos.org/blog/en/archives/162 Gitosisを取得 Gitユーザーの作成 ユーザー作成 PATH設定 公開鍵の作成 リモートログインを可能にする 公開鍵をサーバーにコピー hoge リモートログインを可能に 1.Gitosisを取得(Server) prompt> cd /User/us…
個人用メモです。悪しからず バージョン確認 git --version プロジェクトの作成 #プロジェクトフォルダを作る mkdir cd git init