「Git」の版間の差分
提供: sha.ngri.la
(ページの作成:「*[http://d.hatena.ne.jp/amacou/20090117/1232201229 gitリポジトリを特定のcommitバージョンまで戻す方法 - AorBorF]」) |
細 |
||
1行目: | 1行目: | ||
+ | <ol> | ||
+ | <li>最初に使うとき | ||
+ | <pre> | ||
+ | $ git init | ||
+ | $ git add . | ||
+ | $ git commit | ||
+ | </pre> | ||
+ | |||
*[http://d.hatena.ne.jp/amacou/20090117/1232201229 gitリポジトリを特定のcommitバージョンまで戻す方法 - AorBorF] | *[http://d.hatena.ne.jp/amacou/20090117/1232201229 gitリポジトリを特定のcommitバージョンまで戻す方法 - AorBorF] |
2012年9月8日 (土) 08:57時点における版
- 最初に使うとき
$ git init $ git add . $ git commit