「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時点における版

  1. 最初に使うとき
    $ git init
    $ git add .
    $ git commit