Open2024/05/17にコメント追加3ローカルのプロジェクトをGitHubの新規リポジトリにpushするGitHubso-hey2024/05/17目標はタイトルの通り so-hey2024/05/17まずGitHubでリポジトリを作成. このときREADME.mdファイルは作らないように注意. so-hey2024/05/17リモートプロジェクトに移動し,以下のコマンドを打つ. git remote add origin <url> git add . git commit -m "commit message" git push --set-upstream origin master
so-hey2024/05/17リモートプロジェクトに移動し,以下のコマンドを打つ. git remote add origin <url> git add . git commit -m "commit message" git push --set-upstream origin master