サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
ブラックフライデー
docs.github.com/articles
Your personal dashboard helps you track issues and pull requests, find your top repositories and teams, stay up-to-date with organizations and repositories you're subscribed to, and explore recommended repositories. Accessing your personal dashboard Your personal dashboard is the first page you'll see when you sign in on GitHub. To access your personal dashboard once you're signed in, click the in
With issue and pull request templates, you can customize and standardize the information you'd like contributors to include when they open issues and pull requests in your repository. After you create issue and pull request templates in your repository, contributors can use the templates to open issues or describe the proposed changes in their pull requests according to the repository's contributi
You can use a CODEOWNERS file to define individuals or teams that are responsible for code in a repository. People with write permissions for the repository can create or edit the CODEOWNERS file and be listed as code owners. People with admin or owner permissions can require that pull requests have to be approved by code owners before they can be merged. You can define code owners in public repos
Dependabot alerts tell you when your code depends on a package that is insecure. Often, software is built using open-source code packages from a large variety of sources. The complex relationships between these dependencies, and the ease with which malicious actors can insert malware into upstream code, mean that you may unknowingly be using dependencies that have security flaws, also known as vul
You can use a personal access token in place of a password when authenticating to GitHub in the command line or with the API. About personal access tokens Personal access tokens are an alternative to using passwords for authentication to GitHub when using the GitHub API or the command line. Personal access tokens are intended to access GitHub resources on behalf of yourself. To access resources on
Learn to work with your local repositories on your computer and remote repositories hosted on GitHub. Adding a remote repository To add a new remote, use the git remote add command on the terminal, in the directory your repository is stored at. The git remote add command takes two arguments: A remote name, for example, origin A remote URL, for example, https://github.com/OWNER/REPOSITORY.git For e
You can search for issues and pull requests on GitHub and narrow the results using these search qualifiers in any combination.
You can link a pull request or branch to an issue to show that a fix is in progress and to automatically close the issue when the pull request or branch is merged. About linked issues and pull requests You can link an issue to a pull request manually or using a supported keyword in the pull request description, that is, the summary text added by the author when they created the pull request. When
You can resolve simple merge conflicts that involve competing line changes on GitHub, using the conflict editor. You can only resolve merge conflicts on GitHub that are caused by competing line changes, such as when people make different changes to the same line of the same file on different branches in your Git repository. For all other types of merge conflicts, you must resolve the conflict loca
Projects (classic) on GitHub help you organize and prioritize your work. You can create projects (classic) for specific feature work, comprehensive roadmaps, or even release checklists. With projects (classic), you have the flexibility to create customized workflows that suit your needs. Note Projects, the all-new projects experience, is now available. For more information about Projects, see Abou
You can search for repositories on GitHub and narrow the results using these repository search qualifiers in any combination. You can search for repositories globally across all of GitHub, or search for repositories within a particular organization. For more information, see About searching on GitHub. To include forks in the search results, you will need to add fork:true or fork:only to your query
Sensitive data can be removed from the history of a repository if you can carefully coordinate with everyone who has cloned it and you are willing to manage the side effects. About removing sensitive data from a repository When altering your repository's history using tools like git-filter-repo, it's crucial to understand the implications. Rewriting history requires careful coordination with colla
You can connect to GitHub using the Secure Shell Protocol (SSH), which provides a secure channel over an unsecured network. Using the SSH protocol, you can connect and authenticate to remote servers and services. With SSH keys, you can connect to GitHub without supplying your username and personal access token at each visit. You can also use an SSH key to sign commits.
You can set up or update certain DNS records and your repository settings to point the default domain for your GitHub Pages site to a custom domain. GitHub Pages is available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see
GitHub Pages is available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see GitHub’s plans.
What happens if someone violates GitHub's policies? Millions of developers across the world host millions of projects—both open and closed source—on GitHub. We're fortunate to be able to play a part in enabling collaboration across the developer community every day, which is a responsibility we don’t take lightly. Together, we all have the exciting opportunity to make this a community we can be pr
After you've checked for existing SSH keys, you can generate a new SSH key to use for authentication, then add it to the ssh-agent. About SSH key passphrases You can access and write data in repositories on GitHub using SSH (Secure Shell Protocol). When you connect via SSH, you authenticate using a private key file on your local machine. For more information, see About SSH. When you generate an SS
Reviews allow collaborators to comment on the changes proposed in pull requests, approve the changes, or request further changes before the pull request is merged. Repository administrators can require that all pull requests are approved before being merged. About pull request reviews After a pull request is opened, anyone with read access can review and comment on the changes it proposes. You can
GitHub Privacy Statement Effective date: February 1, 2024 Welcome to the GitHub Privacy Statement. This is where we describe how we handle your “Personal Data”, which is information that is directly linked or can be linked to you. It applies to the Personal Data that GitHub, Inc. or GitHub B.V., processes as the “Data Controller” when you interact with websites, applications, and services that dis
You can use Jekyll, a popular static site generator, to further customize your GitHub Pages site. GitHub Pages is available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see GitHub’s plans.
Supported GPG key algorithms GitHub supports several GPG key algorithms. If you try to add a key generated with an unsupported algorithm, you may encounter an error. RSA ElGamal DSA ECDH ECDSA EdDSA Generating a GPG key Note Before generating a new GPG key, make sure you've verified your email address. If you haven't verified your email address, you won't be able to sign commits and tags with GPG.
HTTPS adds a layer of encryption that prevents others from snooping on or tampering with traffic to your site. You can enforce HTTPS for your GitHub Pages site to transparently redirect all HTTP requests to HTTPS. GitHub Pages is available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterpris
When you add a pull request template to your repository, project contributors will automatically see the template's contents in the pull request body. For more information, see About issue and pull request templates. You can create a PULL_REQUEST_TEMPLATE/ subdirectory in any of the supported folders to contain multiple pull request templates, and use the template query parameter to specify the te
GitHub Pages is available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server. For more information, see GitHub’s plans. People with write permissions for a repository can set the Markdown processor for a GitHub Pages site. GitHub Pages supports two Mark
Adding a remote repository To add a new remote, use the git remote add command on the terminal, in the directory your repository is stored at. The git remote add command takes two arguments: A remote name, for example, origin A remote URL, for example, https://github.com/OWNER/REPOSITORY.git For example: $ git remote add origin https://github.com/OWNER/REPOSITORY.git # Set a new remote $ git remot
次のページ
このページを最初にブックマークしてみませんか?
『docs.github.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く