- githubにて個人アカウントのページではnew repositoryを起こし、urlを取得
- ロ-カルでのフォルダにてWindowsコマンドプロンプト環境でgit initを実行
- git add .を実行
- git commit -m "first commit"を実行
- git remote add origin を実行
- git branch -M mainを実行
- git push -u origin mainを実行
- push完了
More than 3 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme