fujita129
Javaとscalaでの書き方の違い
Java Computer computer : computers scala comuputer <- computersコミットができない場合
1.チーム->マージツールで差分を見る 2.問題なければ チーム->索引の追加 3.コミットするgitのpushが拒否されたとき
git pull で直りました。変更内容をGithubへ登録
cd GitHub\{アプリケーション名} git config user.name {アカウント名} git config user.email {メールアドレス} git add app\controllers\Ap…12