LoginSignup
2
2

More than 5 years have passed since last update.

ローカルフォルダ上のファイルをGitHubで共有する(自分用メモ)

Posted at

GitHubにファイルをアップロードする方法がよくわからなかったので、自分用にまとめました。

  1. Github.comでログインして、マイページに移動する(https://github.com/ + (ユーザー名) のURLになっていたら大丈夫です)。
  2. 画面右上の+ボタンを押して、New repositoryを選択する。
  3. Create a new repositoryのページが表示される。Repository nameを入力する。
  4. Initialize this repository with a READMEにチェックを入れる(任意)。
  5. Upload Filesを選択する。
  6. Drag files here to add them to your repositoryと書いてある枠内にアップロードしたいファイルをドラッグアンドドロップするか、choose your filesを押してローカルフォルダからアップロードしたいファイルを選択する。
  7. 新しいブランチを作らないならCommit directly to the master branch.を選択し、新しいブランチを作りたいならCreate a new branch for this commit and start a pull request.を選択する。
  8. Commit changesボタンをクリックする。
  9. アップロードできました。
2
2
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
2
2