2015-04-01から1ヶ月間の記事一覧

.gitignoreの反映

git

1. ローカルのgitのキャッシュを削除する $ git rm -r --cached . 2. コミット $ git add . $ git commit -m "resync git repo with new gitignore file" 3. 反映(orgin/masterのケース) $ git push origin master