はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ブラックフライデー

『docs.github.com』

  • 人気
  • 新着
  • すべて
  • Configuring Git to handle line endings - GitHub Docs

    16 users

    docs.github.com/articles

    About line endings Every time you press return on your keyboard you insert an invisible character called a line ending. Different operating systems handle line endings differently. When you're collaborating on projects with Git and GitHub, Git might produce unexpected results if, for example, you're working on a Windows machine, and your collaborator has made a change in macOS. You can configure G

    • テクノロジー
    • 2012/10/11 16:55
    • git
    • Windows
    • GitHub
    • Linux
    • Push a Branch to GitHub - Guides - GitHub

      11 users

      docs.github.com/articles

      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

      • テクノロジー
      • 2012/10/04 17:24
      • git
      • github
      • GitHub Terms of Service - GitHub Docs

        7 users

        docs.github.com/articles

        Thank you for using GitHub! We're happy you're here. Please read this Terms of Service agreement carefully before accessing or using GitHub. Because it is such an important contract between us and our users, we have tried to make it as clear as possible. For your convenience, we have presented these terms in a short non-binding summary followed by the full legal terms. Summary SectionWhat can you

        • テクノロジー
        • 2012/09/18 13:29
        • What is my disk quota? - User Documentation - GitHub Help

          12 users

          docs.github.com/articles

          GitHub limits the size of files you can track in regular Git repositories. Learn how to track or remove files that are beyond the limit. About size limits on GitHub GitHub tries to provide abundant storage for all Git repositories, although there are hard limits for file and repository sizes. To ensure performance and reliability for our users, we actively monitor signals of overall repository hea

          • テクノロジー
          • 2012/09/04 21:21
          • GitHub
          • web制作
          • Managing your personal access tokens - GitHub Docs

            19 users

            docs.github.com/articles

            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

            • テクノロジー
            • 2012/08/17 00:00
            • github
            • oauth
            • git
            • api
            • Associating text editors with Git - GitHub Docs

              4 users

              docs.github.com/articles

              • テクノロジー
              • 2012/08/05 03:08
              • git
              • Removing sensitive data from a repository - GitHub Docs

                80 users

                docs.github.com/articles

                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

                • テクノロジー
                • 2012/08/03 17:01
                • github
                • git
                • manual
                • security
                • trouble
                • Using SSH agent forwarding - GitHub Docs

                  9 users

                  docs.github.com/articles

                  To simplify deploying to a server, you can set up SSH agent forwarding to securely use local SSH keys. SSH agent forwarding can be used to make deploying to a server simple. It allows you to use your local SSH keys instead of leaving keys (without passphrases!) sitting on your server. If you've already set up an SSH key to interact with GitHub, you're probably familiar with ssh-agent. It's a progr

                  • テクノロジー
                  • 2012/07/30 15:30
                  • ssh
                  • ssh-agent
                  • capistrano
                  • network
                  • github
                  • Managing deploy keys - GitHub Docs

                    12 users

                    docs.github.com/articles

                    You can manage SSH keys on your servers when automating deployment scripts using SSH agent forwarding, HTTPS with OAuth tokens, deploy keys, or machine users. SSH agent forwarding In many cases, especially in the beginning of a project, SSH agent forwarding is the quickest and simplest method to use. Agent forwarding uses the same SSH keys that your local development computer uses. Pros of SSH age

                    • テクノロジー
                    • 2012/07/30 15:30
                    • github
                    • deploy
                    • Working with SSH key passphrases - GitHub Docs

                      18 users

                      docs.github.com/articles

                      You can secure your SSH keys and configure an authentication agent so that you won't have to reenter your passphrase every time you use your SSH keys. About passphrases for SSH keys With SSH keys, if someone gains access to your computer, the attacker can gain access to every system that uses that key. To add an extra layer of security, you can add a passphrase to your SSH key. To avoid entering t

                      • テクノロジー
                      • 2012/07/19 10:06
                      • ssh
                      • security
                      • git
                      • tool
                      • tips
                      • あとで読む
                      • Quickstart for repositories - GitHub Docs

                        5 users

                        docs.github.com/articles

                        • テクノロジー
                        • 2012/07/08 10:46
                        • git
                        • github
                        • About Git rebase - GitHub Docs

                          3 users

                          docs.github.com/articles

                          Rebasing commits against a branch To rebase all the commits between another branch and the current branch state, you can enter the following command in your shell (either the command prompt for Windows, or the terminal for Mac and Linux): git rebase --interactive OTHER-BRANCH-NAME Rebasing commits against a point in time To rebase the last few commits in your current branch, you can enter the foll

                          • テクノロジー
                          • 2012/07/05 10:39
                          • git
                          • About GitHub Pages and Jekyll - GitHub Docs

                            4 users

                            docs.github.com/articles

                            Note While the github-pages gem remains supported for some workflows, GitHub Actions is now the recommended approach for deploying and automating GitHub Pages sites. About Jekyll Jekyll is a static site generator with built-in support for GitHub Pages and a simplified build process. Jekyll takes Markdown and HTML files and creates a complete static website based on your choice of layouts. Jekyll s

                            • テクノロジー
                            • 2012/06/25 18:41
                            • github
                            • About pull requests - GitHub Docs

                              24 users

                              docs.github.com/articles

                              Learn about pull requests and draft pull requests on GitHub. Pull requests communicate changes to a branch in a repository. Once a pull request is opened, you can review changes with collaborators and add follow-up commits. About pull requests A pull request is a proposal to merge a set of changes from one branch into another. In a pull request, collaborators can review and discuss the proposed se

                              • テクノロジー
                              • 2012/06/24 19:30
                              • github
                              • development
                              • Set up Git - GitHub Docs

                                14 users

                                docs.github.com/articles

                                At the heart of GitHub is an open-source version control system (VCS) called Git. Git is responsible for everything GitHub-related that happens locally on your computer. Using Git To use Git on the command line, you will need to download, install, and configure Git on your computer. You can also install GitHub CLI to use GitHub from the command line. For more information, see About GitHub CLI. If

                                • テクノロジー
                                • 2012/06/23 22:40
                                • GitHub
                                • git
                                • Windows
                                • mac
                                • Using the command line to import source code - GitHub Docs

                                  4 users

                                  docs.github.com/articles

                                  • テクノロジー
                                  • 2012/06/15 20:38
                                  • git
                                  • github
                                  • Configuring a custom domain for your GitHub Pages site - GitHub Docs

                                    15 users

                                    docs.github.com/articles

                                    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.

                                    • テクノロジー
                                    • 2012/06/14 11:34
                                    • github
                                    • Help.GitHub - Post-Receive Hooks

                                      19 users

                                      docs.github.com/articles

                                      Webhooks provide a way for notifications to be delivered to an external web server whenever certain events occur on GitHub. About webhooks Webhooks let you subscribe to events happening in a software system and automatically receive a delivery of data to your server whenever those events occur. Webhooks are used to receive data as it happens, as opposed to polling an API (calling an API intermitte

                                      • テクノロジー
                                      • 2012/06/12 18:52
                                      • github
                                      • git
                                      • Post-Receive Hooks
                                      • Creating a GitHub Pages site - GitHub Docs

                                        10 users

                                        docs.github.com/articles

                                        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. Creating a repository for your site You can either create a repository or choose an existing repository for your site. If you want to

                                        • テクノロジー
                                        • 2012/06/10 00:54
                                        • github
                                        • git
                                        • Tutorial
                                        • web
                                        • Connecting to GitHub with SSH - GitHub Docs

                                          73 users

                                          docs.github.com/articles

                                          • テクノロジー
                                          • 2012/06/07 00:40
                                          • ssh
                                          • github
                                          • git
                                          • Help.GitHub - Forking a project

                                            18 users

                                            docs.github.com/articles

                                            A fork is a new repository that shares code and visibility settings with the original “upstream” repository. About forks A fork is a new repository that shares code and visibility settings with the original “upstream” repository. Forks are often used to iterate on ideas or changes before they are proposed back to the upstream repository, such as in open source projects or when a user does not have

                                            • テクノロジー
                                            • 2012/06/04 13:08
                                            • github
                                            • git
                                            • tutorial

                                            このページはまだ
                                            ブックマークされていません

                                            このページを最初にブックマークしてみませんか?

                                            『docs.github.com』の新着エントリーを見る

                                            キーボードショートカット一覧

                                            j次のブックマーク

                                            k前のブックマーク

                                            lあとで読む

                                            eコメント一覧を開く

                                            oページを開く

                                            はてなブックマーク

                                            • 総合
                                            • 一般
                                            • 世の中
                                            • 政治と経済
                                            • 暮らし
                                            • 学び
                                            • テクノロジー
                                            • エンタメ
                                            • アニメとゲーム
                                            • おもしろ
                                            • アプリ・拡張機能
                                            • 開発ブログ
                                            • ヘルプ
                                            • お問い合わせ
                                            • ガイドライン
                                            • 利用規約
                                            • プライバシーポリシー
                                            • 利用者情報の外部送信について
                                            • ガイドライン
                                            • 利用規約
                                            • プライバシーポリシー
                                            • 利用者情報の外部送信について

                                            公式Twitter

                                            • 公式アカウント
                                            • ホットエントリー

                                            はてなのサービス

                                            • はてなブログ
                                            • はてなブログPro
                                            • 人力検索はてな
                                            • はてなブログ タグ
                                            • はてなニュース
                                            • ソレドコ
                                            • App Storeからダウンロード
                                            • Google Playで手に入れよう
                                            Copyright © 2005-2025 Hatena. All Rights Reserved.
                                            設定を変更しましたx