「Git」の版間の差分

提供: sha.ngri.la
移動先: 案内検索
6行目: 6行目:
 
$ git commit
 
$ git commit
 
</pre>
 
</pre>
 +
</ol>
  
 
*[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