Git

提供: sha.ngri.la
2012年10月19日 (金) 13:39時点におけるTara.ttm (トーク | 投稿記録)による版
移動先: 案内検索

単体で使うとき

  1. 最初に使うとき
    $ git init
    $ git add .
    $ git commit -a -m "message"
    
  2. 2回目以降
    $ git add .
    $ git commit -a -m "message"
    

共有リポジトリ