LoginSignup
0
0

More than 1 year has passed since last update.

ロ-カルよりgithubにpushする手順

Posted at
  1. githubにて個人アカウントのページではnew repositoryを起こし、urlを取得
  2. ロ-カルでのフォルダにてWindowsコマンドプロンプト環境でgit initを実行
  3. git add .を実行
  4. git commit -m "first commit"を実行
  5. git remote add origin を実行
  6. git branch -M mainを実行
  7. git push -u origin mainを実行
  8. push完了 
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0