0
0

git リモートリポジトリにソースコードをpush

Posted at
$cd フォルダが置かれている場所(desktop)など)/フォルダの名前

$ git init

$ git add .

$ git commit -m "好きなコメント"

$ git remote add origin git@github.com:jibunNO/jibunNoRepositoryName.git

$ git push origin main

git push origin masterにするとエラーがでる

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