git

gitで重いファイルを削除

git

gitで重いファイル削除 http://qiita.com/go_astrayer/items/6e39d3ab16ae8094496c http://dskd.jp/archives/46.html http://www.d-wood.com/blog/2014/10/03_6965.html まずサイズを確認 git count-objects -v warning: garbage found: .git/objects/pack/t…

gitの使いかた

git

gitの使いかた初期設定 git config --global user.name 名前 [h.watanabe@food program]$ git config --global user.email Eメール ディレクトリを登録 mkidir test cd test git init ファイルを作成 test.txt 状態を確認 1689 git status インデックスに登…