0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

GithubのRepository作成の備忘録

Last updated at Posted at 2022-02-05

Githubとは

githubはコードの変更履歴を管理しながら開発を行うためのコラボレーションツールです。githubを使うことでチームの開発を効率よく進めることができます。こちらの記事ではGithubでのレポジトリ作成方法についてご紹介します。

手順

こちらのNewをクリックします。

Screen Shot 2022-02-05 at 10.17.24.png

このように情報を埋めていきます。

Screen Shot 2022-02-05 at 10.19.01.png

Repositoryの名称と、説明、公開するしないを選び、必要に応じてReadmeと.gitignoreとライセンスを作成するか選びます。

僕は基本的にはプロジェクトはパブリックで作成することが多いので、パブリックにし、READMEは作成、.gitignoreはNode、ライセンスはMITで作成することが多いです。

そしてCreate Repositoryを押すとRepositoryの作成は完了です。

Screen Shot 2022-02-05 at 10.25.09.png

このCodeから、この部分をコピーしてgit cloneして開発を進めていきましょう!

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?