<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ??一站式輕松地調用各大LLM模型接口,支持GPT4、智譜、豆包、星火、月之暗面及文生圖、文生視頻 廣告
                # User Docs > 原文:[https://docs.gitlab.com/ee/user/](https://docs.gitlab.com/ee/user/) * [Overview](#overview) * [Concepts](#concepts) * [Use cases](#use-cases) * [Projects](#projects) * [GitLab CI/CD](#gitlab-cicd) * [Account](#account) * [Groups](#groups) * [Discussions](#discussions) * [GitLab Flavored Markdown (GFM)](#gitlab-flavored-markdown-gfm) * [Todos](#todos) * [Search](#search) * [Snippets](#snippets) * [Keyboard shortcuts](#keyboard-shortcuts) * [Integrations](#integrations) * [Webhooks](#webhooks) * [API](#api) * [Git and GitLab](#git-and-gitlab) * [Instance statistics](#instance-statistics) * [Operations Dashboard](#operations-dashboard-premium) # User Docs[](#user-docs "Permalink") 歡迎來到 GitLab! 我們很高興您在這里! 作為 GitLab 用戶,您將有權訪問您的[訂閱](https://about.gitlab.com/pricing/)包括的所有功能,但[GitLab 管理員](../administration/index.html)設置除外,除非您具有安裝,配置和升級 GitLab 實例的管理員權限. [GitLab.com 的](https://gitlab.com/)管理員特權僅限于 GitLab 團隊. 有關配置 GitLab 自管理實例的更多信息,請參閱[管理員文檔](../administration/index.html) . ## Overview[](#overview "Permalink") GitLab 是一個完全集成的軟件開發平臺,使您的團隊能夠在同一平臺上保持透明,快速,有效和凝聚力,從討論新想法到正式生產. 有關更多信息,請參見[所有 GitLab 功能](https://about.gitlab.com/features/) . ### Concepts[](#concepts "Permalink") 要熟悉在 GitLab 上開發代碼所需的概念,請閱讀以下文章: * [Demo: Mastering Code Review With GitLab](https://about.gitlab.com/blog/2017/03/17/demo-mastering-code-review-with-gitlab/). * [GitLab Workflow: An Overview](https://about.gitlab.com/blog/2016/10/25/gitlab-workflow-an-overview/#gitlab-workflow-use-case-scenario). * [教程:在 GitLab 中都已連接](https://about.gitlab.com/blog/2016/03/08/gitlab-tutorial-its-all-connected/) :與 GitLab 進行代碼協作的概述. * [Trends in Version Control Land: Microservices](https://about.gitlab.com/blog/2016/08/16/trends-in-version-control-land-microservices/). * [Trends in Version Control Land: Innersourcing](https://about.gitlab.com/blog/2016/07/07/trends-version-control-innersourcing/). ## Use cases[](#use-cases "Permalink") GitLab 是一個基于 Git 的平臺,它集成了許多用于軟件開發和部署以及項目管理的基本工具: * 通過版本控制在存儲庫中托管代碼. * 使用功能齊全的[問題跟蹤器](project/issues/index.html#issues-list)跟蹤有關新實現,錯誤報告和反饋的建議. * 組織和[發行委員會的](project/issues/index.html#issue-boards)優先次序. * 使用[Review Apps](../ci/review_apps/index.html)查看[合并請求中](project/merge_requests/index.html)每個分支的實時預覽更改中的代碼. * 使用內置的[持續集成進行](../ci/README.html)構建,測試和部署. * 使用[GitLab Pages](project/pages/index.html)部署個人和專業靜態網站. * 通過使用[GitLab 容器注冊表](packages/container_registry/index.html)與 Docker 集成. * 通過使用[GitLab 價值流分析](project/cycle_analytics.html)跟蹤開發生命周期. * 提供[服務臺](project/service_desk.html)支持. 使用 GitLab 企業版,您還可以: * 通過以下方式改善協作: * [合并請求批準](project/merge_requests/merge_request_approvals.html) . * [問題的多個受讓人](project/issues/multiple_assignees_for_issues.html) . * [多個發行委員會](project/issue_board.html#multiple-issue-boards) . * 在[相關問題](project/issues/related_issues.html)之間創建正式關系. * 使用[Burndown Charts](project/milestones/burndown_charts.html)可以在沖刺期間或在使用其新版本軟件時跟蹤進度. * 利用[Elasticsearch](../integration/elasticsearch.html)和[Advanced Global Search](search/advanced_global_search.html)和[Advanced Syntax Search](search/advanced_search_syntax.html)在整個 GitLab 實例上進行更快,更高級的代碼搜索. * [Authenticate users with Kerberos](../integration/kerberos.html). * 從本地服務器上的其他地方[鏡像存儲庫](project/repository/repository_mirroring.html) . * [Export issues as CSV](project/issues/csv_export.html). * 使用[Multiple-Project Pipelines](../ci/multi_project_pipeline_graphs.html)查看涉及多個項目的整個 CI / CD [管道](../ci/multi_project_pipeline_graphs.html) . * [鎖定文件](project/file_lock.html)以防止沖突. * 使用[Deploy Boards](project/deploy_boards.html)查看在 Kubernetes 上運行的每個 CI 環境的當前運行狀況和狀態. * 利用[Canary 部署的](project/canary_deployments.html)連續交付方法. * 掃描您的代碼中的漏洞, [并在合并請求中顯示它們](application_security/sast/index.html) . 您還可以[將](project/integrations/overview.html) GitLab 與眾多第三方應用程序[集成](project/integrations/overview.html) ,例如 Mattermost,Microsoft Teams,HipChat,Trello,Slack,Bamboo CI,Jira 等. ## Projects[](#projects "Permalink") 在 GitLab 中,您可以創建[項目](project/index.html)來托管代碼,跟蹤問題,在代碼上進行協作以及使用內置的 GitLab CI / CD 持續構建,測試和部署應用程序. 或者,您可以從一個項目中一次完成所有操作. * [存儲庫](project/repository/index.html) :將代碼[庫](project/repository/index.html)托管在具有版本控制的存儲庫中,并作為完全集成平臺的一部分. * [問題](project/issues/index.html) :探索 GitLab 問題的最佳功能. * [合并請求](project/merge_requests/index.html) :在代碼,評論,每個分支的實時預覽更改方面進行協作,并通過合并請求請求批準. * [里程碑](project/milestones/index.html) :處理多個問題,并與里程碑在同一目標日期合并請求. ## GitLab CI/CD[](#gitlab-cicd "Permalink") 使用內置的[GitLab CI / CD](../ci/README.html)直接從 GitLab 測試,構建和部署應用程序. 無需第三方集成. * [GitLab Auto Deploy](../topics/autodevops/stages.html#auto-deploy) :通過 GitLab Auto Deploy 開箱即用地部署您的應用程序. * [Review Apps](../ci/review_apps/index.html) :實時預覽帶有 Review Apps 的合并請求所引入的更改. * [GitLab 頁面](project/pages/index.html) :使用 GitLab 頁面直接從 GitLab 發布您的靜態站點. 您可以使用 Pages 構建,測試和部署任何靜態站點生成器. * [GitLab Container Registry](packages/container_registry/index.html) :使用 Container Registry 構建和部署 Docker 映像. ## Account[](#account "Permalink") 您可以自定義和配置很多東西,以享受 GitLab 的最佳體驗. * [設置](profile/index.html) :管理用戶設置以更改您的個人信息,個人訪問令牌,授權的應用程序等. * [身份驗證](../topics/authentication/index.html) :通讀 GitLab 中可用的身份驗證方法. * [權限](permissions.html) :了解每種用戶類型(訪客,記者,開發人員,維護人員,所有者)的不同權限級別集. * [功能亮點](feature_highlight.html) :了解有關應用周圍的小藍點的更多信息,這些小點可以解釋某些功能. * [濫用報告](abuse_reports.html) :向 GitLab 管理員報告用戶的[濫用情況](abuse_reports.html) . ## Groups[](#groups "Permalink") 使用 GitLab [組,](group/index.html)您可以將相關項目組合在一起,并授予成員一次訪問多個項目的權限. 組也可以嵌套在[子組中](group/subgroups/index.html) . ## Discussions[](#discussions "Permalink") 在 GitLab 中,您可以在問題,合并請求,代碼段和提交中注釋和提及合作者. 通過合并請求對代碼庫的實現執行內聯檢查時,可以通過[可解析的線程](discussions/index.html#resolvable-comments-and-threads)收集反饋. ### GitLab Flavored Markdown (GFM)[](#gitlab-flavored-markdown-gfm "Permalink") 通讀[GFM 文檔,](markdown.html)以了解如何在線程,注釋,問題和合并請求描述以及所有支持 GFM 的其他地方應用最好的 GitLab 風味 Markdown. ## Todos[](#todos "Permalink") Never forget to reply to your collaborators. [GitLab Todos](todos.html) are a tool for working faster and more effectively with your team, by listing all user or group mentions, as well as issues and merge requests you’re assigned to. ## Search[](#search "Permalink") [搜索和篩選](search/index.html)組,項目,問題,合并請求,文件,代碼等. ## Snippets[](#snippets "Permalink") [片段](snippets.html)是您要存儲在 GitLab 中的代碼塊,您可以從中快速訪問它們. 您還可以通過" [討論"](#discussions)收集有關它們的反饋. ## Keyboard shortcuts[](#keyboard-shortcuts "Permalink") GitLab 中有許多[鍵盤快捷鍵](shortcuts.html) ,可幫助您在頁面之間導航并更快地完成任務. ## Integrations[](#integrations "Permalink") [將 GitLab](../integration/README.html)與您喜歡的工具(例如 Trello,Jira 等) [集成](../integration/README.html) . ## Webhooks[](#webhooks "Permalink") 配置[webhook](project/integrations/webhooks.html)以偵聽特定事件,例如推送,問題或合并請求. GitLab 會將帶有數據的 POST 請求發送到 webhook URL. ## API[](#api "Permalink") 通過[API](../api/README.html)自動化 GitLab. ## Git and GitLab[](#git-and-gitlab "Permalink") 了解什么是[Git](../topics/git/index.html)及其最佳實踐. ## Instance statistics[](#instance-statistics "Permalink") 查看您的 GitLab 實例的[各種統計信息](instance_statistics/index.html) . ## Operations Dashboard[](#operations-dashboard-premium "Permalink") See [Operations Dashboard](operations_dashboard/index.html) for a summary of each project’s operational health.
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看