製品で調べる
All Products
お困りですか?
Collaborative coding
CI/CD and DevOps
Security
Client apps
Project management
Developers
Enterprise and Teams
はじめましょう
Git のセットアップ→
GitHub の中心には、Git というオープンソースバージョンコントロールシステム (VCS) があります。 Git は、GitHub に関連してローカルコンピュータで発生するすべての動作の根本を担っています。
GitHub に SSH で接続する→
You can connect to GitHub using the Secure Shell Protocol (SSH), which provides a secure channel over an unsecured network.
Creating and managing repositories→
You can create a repository on GitHub to store and collaborate on your project's files, then manage the repository's name and location.
基本的な書き方とフォーマットの構文→
シンプルな構文を使い、GitHub 上で文章やコードに洗練されたフォーマットを作り出してください。
人気
About pull requests→
Pull requests let you tell others about changes you've pushed to a branch in a repository on GitHub. Once a pull request is opened, you can discuss and review the potential changes with collaborators and add follow-up commits before your changes are merged into the base branch.
認証→
2 要素認証、SSH、コミット署名検証などの機能を使用して、アカウントとデータを安全に保ちます。
コマンドラインを使った GitHub への既存のプロジェクトの追加→
既存の作業を GitHubに置けば、多くの素晴らしい方法で共有とコラボレーションができます。
リモートリポジトリを管理する→
お手元のコンピューター上にあるローカルリポジトリと、GitHub にホストされているリポジトリを使用する方法を学びます。
GitHub Pagesのドキュメンテーション→
You can create a website directly from a repository on GitHub.com.
これらのドキュメントを素晴らしいものにするのを手伝ってください!
GitHubのすべてのドキュメントはオープンソースです。間違っていたり、はっきりしないところがありましたか?Pull Requestをお送りください。
コントリビューションを行う